User talk:Baba Yamamoto/Eventlet
< User talk:Baba Yamamoto
Jump to navigation
Jump to search
Revision as of 13: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...)
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)