Session Management
For the session management OpenTwin provides four services:
Global Session Service (GSS)
Local Session Service (LSS)
Global Directory Service (GDS)
Local Directory Service (LDS)
These services handle the startup logic for each session, monitor the running services and try to balance the CPU & GPU load on each node.
Create a Session
The session creation can be initiated from any service. Since currently the Frontend Application is the only “Service” that can be started by a user, it is the only possible way to start a Session.
…