slow non-blocking reads

Lawrence D'Oliveiro ldo at geek-central.gen.new_zealand
Sun Jul 2 01:47:08 EDT 2006


In article <mailman.7620.1151598431.27775.python-list at python.org>,
 "Mark Dufour" <mark.dufour at gmail.com> wrote:

>any thoughts about why this runs extremely slowly?

Because both processes are chewing up most of your CPU each waiting for 
the other to do something.



More information about the Python-list mailing list