RMI a load
Robert Walker <[email protected]>
| Newsgroups | gmane.comp.java.sun.rmi |
|---|---|
| Message-ID | <[email protected]> |
Is there some reading/experiences someone can point me to regarding the load a RMI (sun's implementation specifically) server can handle. What I mean by this is we have a RMI server that uses a RMI Server Manager object, thats has cached 1/2 dozen remote objects, one for system admin abilities, one for business logic, ... We are currently slated to have 1000-2000 users, who use swing clients and talk to the RMI server which then does sql queries (basically all it does). Of course they are not all hitting the server at the exact time, but how can I go about ensuring a good user experience. I am praying RMI is adequate because we are too far along to change the server. Any thoughts from RMI users out there? thanks =========================================================================== To unsubscribe, send email to [email protected] and include in the body of the message "signoff RMI-USERS". For general help, send email to [email protected] and include in the body of the message "help". For a list of frequently asked RMI questions please refer to: http://java.sun.com/j2se/1.3/docs/guide/rmi/faq.html To view past RMI-USERS postings, please see: http://archives.java.sun.com/archives/rmi-users.html