[Libevent-users] libev update (new minimal mode, better libevent emu, ev_stat and ev_fork watchers)

2007-11-29 Thread Marc Lehmann
I have updated the patched libevent tarball at http://dist.schmorp.de/libev/ Documentation is linked from http://software.schmorp.de/pkg/libev.html No new bugs have been identified in the libev core proper, which is good, meaning its reaching the point of stability :) Changes in this release: -

Re: [Libevent-users] Two questions...

2007-11-29 Thread Niels Provos
On Nov 5, 2007 11:52 AM, arthur [EMAIL PROTECTED] wrote: 2. one process (I didn't use thread) can only have a limited number of fd's - fork multiple processes to more accept client connection Some event backends do not deal with fork, for example, kqueue file descriptors do not surive across a

Re: [Libevent-users] Two questions...

2007-11-29 Thread arthur
Thanks for your input, Niels. The main reason for forking is to avoid asking root to reconfig the system. My target box is Solaris 10(while I was developing with my Ubuntu 6.06). With our Solaris 10, the default limit is 256 fds per process and I (non-root user) can set it up to 2048 (with ulimit