Analytical Perspectives in Game Design
Login processor
Home ] Up ] Agent processor ] Command processor ] Data communications unit ] Drama processor ] Game Database ] Lock processor ] [ Login processor ] personality processor ] Pot processor ] Time processor ] View processor ]


 

The login process grants access to the system, provides authentication and provides facilities to facilitate the inter-communication between all the clients and servers on the system.

The login processor can exist on either the client or the server. At least one server level login processor must exist. To enhance performance, the login processor can multicast from the client.

The reason for including the multicast in the login processor because multicasts can only happen to currently active clients and servers. So the two tasks are tightly bound.

The login processor consists of the following components.

  • User List
  • Multicast Generator

The login processor has the following interface capabilities:

  • direct access
  • RMI access
  • Info-bus access
 

22/11/99

 


See also: [Role Playing Games] [Game Engine]
© 1998, 1999 Brian Yap. These pages are available under the GNU licence.