thanks for the reply.
75 seconds is prohibitive for any application you should have.
Do you meanit tooks 75 seconds to get initial reference to the object? and what about subsequent method calls? Clients are local or remote from the server?
I used RMI in the past and notice no delay on a Local Area Network.
I forgot to mention that my application will run on a LAN (100MB) or WLAN (shared 54MB).
emaayan wrote:
using rmi may lock you into a propriety protocol, also be aware that at least on my company, sending an object from a java client to a server took 75 seconds!! (we still don't know why we think it might be somethign we DNS).