DragonFly bugs List (threaded) for 2011-09
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
[issue1998] kqueue issues with nginx
Andrey N. Oktyabrski <ano@bestmx.ru> added the comment:
Yes, it works for me on 2.10, thank you very much.
$ uname -iprs
DragonFly 2.10-RELEASE x86_64 X86_64_GENERIC_SMP
$ ./test-kqueue
kevent1 done, flags: 8021
kevent1 reported EOF, exiting
$ head /usr/pkg/etc/nginx/nginx.conf | tail -6 | grep -v '^ *#'
events {
worker_connections 10240;
use kqueue;
}
_____________________________________________________
DragonFly issue tracker <bugs@lists.dragonflybsd.org>
<http://bugs.dragonflybsd.org/issue1998>
_____________________________________________________
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]