1 |
For every client (RMI or CORBA) there are worker threads assigned to handle the call-backs from the server-side.
|
2 | Both the RMIWorker and CORBAWorker Threads are scheduled by the jdceThreadScheduler. The fact that the ThreadScheduler schedules both the RMI and CORBA threads facilitates collaboration involving RMI and CORBA Clients. |