seanjensengrey / cogen

Automatically exported from code.google.com/p/cogen
MIT License
0 stars 0 forks source link

StdlibKQueueProactor automatic use #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In the last code:
http://code.google.com/p/cogen/source/browse/trunk/cogen/core/proactors/__init__
.py#91

    return get_first(has_ctypes_iocp, has_iocp, has_kqueue,
has_stdlib_epoll, has_epoll, has_poll, has_select)

has_stdlib_kqueue is not called.

Maybe your are waiting for a FreeBSD Ok test. It's attached.

Original issue reported on code.google.com by lasizoi...@gmail.com on 27 Apr 2009 at 1:00

Attachments:

GoogleCodeExporter commented 8 years ago
Looks like I just forgot to add has_stdlib_kqueue in has_any. I have a test 
freebsd
vm though. 

I've fixed it in trunk.

Original comment by ionel...@gmail.com on 27 Apr 2009 at 5:57