Vizard 7 » Reference » Clustering » Collaboration
7.6

Collaboration

Collaboration is a feature that allows multiple users to share the same virtual environment. The cluster master runs the Vizard application and manages communications between all cluster nodes (master + clients). Each user:

Requirements

Syncing and Recording Data

Event handling, including all events triggered by clients, is done by the master. Therefore it is the master's job to sync events and data between clients. For example:

Typically, recording to file (e.g. events, tracking data) should be done on the master. Although it is possible to write to file from individual clients via their vizconnect files, additional complexity is introduced when data synchronization is required.

Files and Resources

The Vizard application code is executed across all cluster nodes and each client must have all resources saved in the same path as the master. The only code that is client specific is contained in the vizconnect file.

Limitations

See also

In this section:

Cluster basics

Connecting your cluster

Cluster masks

Cluster callbacks

Handling project resources

Clustering Command Table