How to perform a nonblocking read from a process

sturlamolden sturlamolden at yahoo.no
Tue Jun 3 22:53:25 EDT 2008


On Jun 4, 3:20 am, rdab... at gmail.com wrote:

> It seems that stdout.readline() is a blocking read and it just gets
> stuck their..
> How to fix this ..

Threads are the simplest remedy for blocking i/o.




More information about the Python-list mailing list