R
Robert Brown
RMI creates a thread for every client call which does not scale at
all. Is there any way to substitute your own thread pool instead of
RMI default thread management? I know this wasn't possible in JDK 1.2
does anybody know if it's possible under 1.4?
If not, what are some ways that you have gotten around this problem?
WebLogic for example uses its own implementation with non-blocking io,
thread pool etc. But what if you want to develop an enterprise quality
app with J2SE? Are there any options out there for dealing with RMI
ineffecient thread management?
Any pointers greatly appreciated,
- robert
all. Is there any way to substitute your own thread pool instead of
RMI default thread management? I know this wasn't possible in JDK 1.2
does anybody know if it's possible under 1.4?
If not, what are some ways that you have gotten around this problem?
WebLogic for example uses its own implementation with non-blocking io,
thread pool etc. But what if you want to develop an enterprise quality
app with J2SE? Are there any options out there for dealing with RMI
ineffecient thread management?
Any pointers greatly appreciated,
- robert