VServer: Difference between revisions

From OLPC
Jump to navigation Jump to search
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 errno.errorcode or os.strerror() to convert error codes to strings.
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.