Basic HTML version of Foils prepared July 15 1998

Foil 19 JDCE Worker Threads

From Java Distributed Collaborative Environment as a CORBA and RMI Example Tutorial: ITEA HPCC Conference Aberdeen Md. -- July 13 98. by Shrideep Pallickara


For every client (RMI or CORBA) there are worker threads assigned to handle the call-backs from the server-side.
  • The RMIWorker Thread contains references to the corresponding RMIClient.
  • The CorbaWorker contains references to the CorbaClient.
  • class java.lang.Thread (implements java.lang.Runnable)
    • class jdce.util.message.jdceRMIWorker
    • class jdce.util.message.jdceWorker
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.



© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sat Nov 28 1998