Basic HTML version of Foils prepared July 5 98

Foil 43 JDCE Worker Threads

From FMS: Forces Modeling and Simulation Handout JSU HPC Summer Institute for Undergraduates, Jackson MS -- June 15 1998. by Wojtek Furmanski, Subhash Nair, Tom Pulikal


1 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
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.

in Table To:


© 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