Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Where can I get the RMI classes for Internet Explorer?

classes internet explorer RMI
0
Posted

Where can I get the RMI classes for Internet Explorer?

0

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

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.