[Python-Dev] SocketServer issues (original) (raw)
PJ Eby pje at telecommunity.com
Wed Mar 14 18:03:56 CET 2012
- Previous message: [Python-Dev] SocketServer issues
- Next message: [Python-Dev] SocketServer issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, Mar 14, 2012 at 12:29 PM, Antoine Pitrou <solipsis at pitrou.net>wrote:
On Wed, 14 Mar 2012 12:17:06 -0400 PJ Eby <pje at telecommunity.com> wrote: > That's not really the point; the frameworks that implement nonblocking I/O > by replacing the socket module (and Stackless is only one of many) won't be > using that code.
Then they should also replace the select module.
That actually sounds like a good point. ;-)
I'm not the maintainer of any of those frameworks, but IIRC some of them do replace it. Perhaps this would solve Stackless's problem here too? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20120314/e87130df/attachment.html>
- Previous message: [Python-Dev] SocketServer issues
- Next message: [Python-Dev] SocketServer issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]