Message85311
This older post
http://bytes.com/groups/python/786579-python-2-2-1-select
describes a similar problem where select() is used on a buffered file
object (a pipe to another process)
IMO it should be documented that select() does not work so well for
objects which have a fileno(), but do data buffering: select() only sees
the file descriptor and cannot know whether there is data in the buffer. |
|
Date |
User |
Action |
Args |
2009-04-03 17:29:24 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, ggenellina, rongarret, ajaksu2 |
2009-04-03 17:29:24 | amaury.forgeotdarc | set | messageid: <1238779764.33.0.816522822837.issue1705393@psf.upfronthosting.co.za> |
2009-04-03 17:29:23 | amaury.forgeotdarc | link | issue1705393 messages |
2009-04-03 17:29:22 | amaury.forgeotdarc | create | |
|