Issue 1434: SocketServer creates non-blocking files (original) (raw)
Issue1434
Created on 2007-11-13 11:22 by luke-jr, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Messages (3) | ||
---|---|---|
msg57445 - (view) | Author: Luke-Jr (luke-jr) | Date: 2007-11-13 11:22 |
SocketServer recently started giving my request handler rfiles that don't block: readfile() gives me a timeout exception. This used to work fine. I begin writing this server with 2.4.3, and it is currently running under 2.4.4, so my suspicious is somewhere in between it changed. | ||
msg57463 - (view) | Author: Guido van Rossum (gvanrossum) * ![]() |
Date: 2007-11-13 18:30 |
Please provide a self-contained example program that behaves correctly in 2.4.3 and fails in 2.4.4 if you want us to investigate this further. How does it behave with 2.5.1? | ||
msg114592 - (view) | Author: Georg Brandl (georg.brandl) * ![]() |
Date: 2010-08-21 22:56 |
Closing due to lack of activity. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:28 | admin | set | github: 45775 |
2010-08-21 22:56:48 | georg.brandl | set | status: open -> closednosy: + georg.brandlmessages: + resolution: works for me |
2008-01-20 19:54:01 | christian.heimes | set | priority: normal |
2007-11-13 18:30:36 | gvanrossum | set | nosy: + gvanrossummessages: + |
2007-11-13 11:22:51 | luke-jr | create |