Where can I get the RMI classes for Internet Explorer?
I have a servlet that is doing an RMI call to a single remote object. Since any invocation of the servlet is created in a new thread, I’m observing a new TCP/IP connection for every single servlet request. Creating and tearing down a TCP/IP connection between the servlet engine and the remote object’s JVM for every request seems to be a lot of overhead. I have read through the RMI spec. It seems that one could create an alternate implementation of java.rmi.server.RMIClientSocketFactory that could manage a pool of TCP/IP connections and assign them to threads on an as-needed basis. Is this possible?
Related Questions
- JCC’s online classes all seem to require the Netscape Navigator, Netscape Communicator or Microsoft Internet Explorer web browser. Can I use the browser that comes with America Online?
- Your classes all seem to require the Netscape Navigator, Netscape Communicator or Microsoft Internet Explorer web browser. What about the browser that comes with America Online?
- Where can I get the RMI classes for Internet Explorer?