User Tools

Site Tools


wiki:advanced:x2gobroker:howitworks

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
wiki:advanced:x2gobroker:howitworks [2013/03/28 10:30]
sunweaver [Selecting a Session Profile]
wiki:advanced:x2gobroker:howitworks [2013/03/28 10:35]
sunweaver [Starting vs. Resuming X2Go Sessions]
Line 117: Line 117:
  
  
-==== Generic function: listSessions ====+==== Generic function: selectSessions ====
  
 This is a generic example for the "selectSession" function in a Perl based X2Go Session Broker: This is a generic example for the "selectSession" function in a Perl based X2Go Session Broker:
Line 138: Line 138:
 If no other data is specified, a new X2Go session will be created. If no other data is specified, a new X2Go session will be created.
  
-The X2Go Session Broker can also send information back to client, that tells the client to resume a suspend session.+The X2Go Session Broker can also send information back to X2Go Client, that tells the client to resume a suspend session.
  
-In this case the X2Go Session Broker should also send a session information to X2Go Client (one of those lines as returned by the X2Go Server command x2golistsessions):+In the code example below, additionally to the X2Go Server hostname, X2Go Session Broker sends a session information line to X2Go Client. This session information line looks just the same as one of those lines that get returned by the X2Go Server command ''x2golistsessions'':
 <code perl> <code perl>
 sub selectSession sub selectSession
wiki/advanced/x2gobroker/howitworks.txt ยท Last modified: 2013/03/28 10:46 by sunweaver