Context: Difference between revisions

From Linix VServer
Jump to navigationJump to search
imported>Glenn
imported>Rossanewalters
No edit summary
Line 1: Line 1:
''context'' is the unique integer, used to identify each guest instance. You may also come across it under the name ''xid'' or ''client id''.  
''context'' is the unique integer, used to identify each guest instance. You may also come across it under the name ''xid'' or ''client id''.  
In the context of guest creation, you may also leave it away, as the creating program or script can enumerate them (pick the next available ''xid'') automatically, but for presumably demonstrating manual control over the ''xid'', it is shown here.  
In the context of guest creation, you may also leave it away, as the creating program or script can enumerate them (pick the next available ''xid'') automatically, but for presumably demonstrating manual control over the ''xid'', it is shown here. [http://resumehelp.ws/writers.php resumehelp.ws/writers.php]
There may a hardcoded upper limit to ''xid'' at 49152
There may a hardcoded upper limit to ''xid'' at 49152


[[Category:Documentation]]
[[Category:Documentation]]

Revision as of 07:53, 4 October 2012

context is the unique integer, used to identify each guest instance. You may also come across it under the name xid or client id. In the context of guest creation, you may also leave it away, as the creating program or script can enumerate them (pick the next available xid) automatically, but for presumably demonstrating manual control over the xid, it is shown here. resumehelp.ws/writers.php There may a hardcoded upper limit to xid at 49152