Coordinator Architcture


  1. receive the request from Client or Console
  2. if request from Client, then access the methods in Dispenser
  3. start a Registration object
  4. start ORB connection to servers through Name Server
  5. access the remote ORB on Server
  6. obtain the reference to remote object
  7. connect all related objects to Name Server
  8. if request from Console, then start Manager object
  9. Register
  10. return dynamic Register objects allocation based the total number of servers
  11. connect all related objects to Name Server
  12. return to Client or Console
    Back to Homepage