Re: Is there a way to reuse threads that are used to handle...
Posted By:
Edward_Harned
Posted On:
Monday, March 19, 2001 11:31 AM
Since JDK1.1, RMI reuses the RMI-Connection thread that processes the incoming request. There is a timeout value for this thread, (we do not know whether this value is adjustable). If a new request does comes in within this value, than the thread processes the request. If no new request comes in within this value, then the thread is distroyed.