VServer: Difference between revisions
Jump to navigation
Jump to search
Coderanger (talk | contribs) m (Home/VServer moved to VServer) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{cleanup}} |
|||
Shouldn't this page go somewhere else? [[Home]] is the [[wiki]] 'home'... not the user 'home' ;) --[[User:Xavi|Xavi]] 13:58, 14 June 2007 (EDT) |
|||
---- |
|||
---- |
|||
= Random Notes = |
= Random Notes = |
||
XIDs for new contexts must be between 2 and 49151. (from Bertl in #vserver) |
XIDs for new contexts must be between 2 and 49151. (from Bertl in #vserver) |
||
Line 4: | Line 12: | ||
Consider using |
Consider using context managers to enforce proxy semantics, rather than trying to write proxies that nest well. |
Latest revision as of 20:28, 14 June 2007
Shouldn't this page go somewhere else? Home is the wiki 'home'... not the user 'home' ;) --Xavi 13:58, 14 June 2007 (EDT)
Random Notes
XIDs for new contexts must be between 2 and 49151. (from Bertl in #vserver)
Consider using context managers to enforce proxy semantics, rather than trying to write proxies that nest well.