Difference between revisions of "User talk:Baba Yamamoto/Eventlet"

From Second Life Wiki
Jump to navigation Jump to search
(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...)
 
(No difference)

Latest revision as of 14:52, 17 September 2007

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)