Session Management ================== For the session management OpenTwin provides four services: 1. Global Session Service (:doc:`GSS `) 2. Local Session Service (:doc:`LSS `) 3. Global Directory Service (:doc:`GDS `) 4. Local Directory Service (:doc:`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. ... .. image:: images/service_start_logic_sequence.svg :width: 40%