[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: >1024 connections in slapd / select->poll
> Well if you're feeling brave, I've just completed a patch in CVS HEAD
> supporting epoll. I haven't tried testing it with a massive number of
> connections yet, but the code now passes the regular test suite. It
> should be simple enough to add kqueue support as well now (I would have
> begun that but I don't have BSD installed anywhere at the moment).
> Regular poll can easily be added if you want, but there's really no
> reason to. Solaris /dev/poll is a bit more awkward.
Solaris 10 supports event ports which is supposedly thread friendly
http://blogs.sun.com/roller/page/barts/20040720
http://developers.sun.com/solaris/articles/event_completion.html