User talk:Baba Yamamoto/Eventlet

From Second Life Wiki
< User talk:Baba Yamamoto
Revision as of 14:52, 17 September 2007 by Which Linden (talk | contribs) (New page: The apachebench test is failing because it's using the Unix-only Popen4 object in the Process abstraction. See here: http://docs.python.org/lib/module-popen2.html It looks like we're usi...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The apachebench test is failing because it's using the Unix-only Popen4 object in the Process abstraction. See here: http://docs.python.org/lib/module-popen2.html It looks like we're using the object form because we want to have member functions that use the pid. But no one seems to call those member functions, so perhaps it's completely unnecessary? Which Linden 14:52, 17 September 2007 (PDT)