A Parallel VRML97 Server Based on Active Objects

  • Authors:
  • Thomas Rischbeck;Paul Watson

  • Affiliations:
  • -;-

  • Venue:
  • VECPAR '00 Selected Papers and Invited Talks from the 4th International Conference on Vector and Parallel Processing
  • Year:
  • 2000

Quantified Score

Hi-index 0.00

Visualization

Abstract

The Virtual Reality Modeling Language, VRML97, allows the description of dynamic worlds that are responsive to user interaction. However, the serial nature of current VRML browsers prevents the full potential of the language from being realised: they do not have the power to support huge, complex worlds with large numbers of interacting users. This paper presents the design of a scalable, parallel VRML server that has been built to overcome this barrier. The server distributes the task of storing and computing the changing state of the world across a cluster of workstations. Clients connect to the server and receive information on their current view of the world, which they can then render. The parallel server is implemented in Java, utilising a new active object model called SODA (System Of Dynamic Active Objects) that is also described in the paper.