New submission from Andrew Azarov <equ...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue6692> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com