User talk:Baba Yamamoto/Eventlet
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)