You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Ryan Phillips <ry...@trolocsis.com> on 2009/01/01 22:57:22 UTC

Disabling kqueue on OSX 10.5

kqueue on OSX is causing the mach kernel to panic for some reason with the
simple MPM [1]. The cherokee author has verified the problem with kqueue,
and libevent has recently disabled kqueue on OSX in favor of
select. The patch that is included disables kqueue on all flavors of OSX
0-9 against /trunk; however, the patch should be applied to the next 1.3.x
branch also.

Regards,
Ryan

[1] http://openradar.appspot.com/6444043