VServer

From OLPC
Revision as of 12:54, 14 June 2007 by Ashsong (talk | contribs) (Random Notes)
Jump to: navigation, search

Random Notes

XIDs for new contexts must be between 2 and 49151. (from Bertl in #vserver)


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.