[New-bugs-announce] [issue6692] asyncore kqueue support

Andrew Azarov report at bugs.python.org
Thu Aug 13 03:34:09 CEST 2009


New submission from Andrew Azarov <equand at gmail.com>:

Is there a possibility of such feature in the future releases of Python?
Currently I see only select and epoll available, but on FreeBSD 7.2 with
a lot of connections asyncore (1600+ active HTTP connections) has
problems (not giving complete response) with epoll (select is
problematic after 250+ connections (not enough descriptors)).

----------
components: Library (Lib)
messages: 91512
nosy: Ikinoki
severity: normal
status: open
title: asyncore kqueue support
type: feature request
versions: Python 2.7, Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6692>
_______________________________________


More information about the New-bugs-announce mailing list