Re: Buggy Darwin?

2012-06-10 Thread Marc Lehmann
On Sat, Jun 09, 2012 at 03:30:17PM -0700, Godfrey van der Linden g...@mac.com wrote: Just tripped over your library today and I like what your doing; I was stunned by how slow libevent was, 6 times less throughput than my simple hand rolled pthread condition based loop, wtf. For multi thread

Re: Buggy Darwin?

2012-06-10 Thread Zsbán Ambrus
On 6/10/12, Marc Lehmann schm...@schmorp.de wrote: On Sat, Jun 09, 2012 at 03:30:17PM -0700, Godfrey van der Linden g...@mac.com wrote: The kqueue problems are known to apple for many years, all that has happened is that they additionally broke poll in some recent os x release (by making it

Re: Buggy Darwin?

2012-06-10 Thread Marc Lehmann
On Sun, Jun 10, 2012 at 12:41:44PM +0200, Zsbán Ambrus amb...@math.bme.hu wrote: In that case, could you also tell us about those kqueue bugs? Besides kqueue working only on sockets and not providing a way for inode notifications, it probably does provide inode notifications, and even if

Re: libev development

2012-06-10 Thread Richard Kojedzinszky
Dear Marc, There was another short patch, to chang feed_event in ev++.h line 516 to use static_castev_watcher*, removing the const qualifier. Without that the code compiles, but with const gcc produces an error. Regards, Kojedzinszky Richard On Wed, 9 May 2012, Marc Lehmann wrote: On