Re: [Libevent-users] patch for realtime signal events in libevent-1.4.3-stable

2008-05-15 Thread Phil Budne
on Thu, 15 May 2008 Nick Mathewson wrote: Out of curiousity, how did the benchmarks turn out? Any reason to try to get rtsig working again in the mainline distribution? Nick On Fedora 8 (2.6.24.5-85.fc8), the results were consistantly a little worse than epoll. I didn't check whether the

[Libevent-users] patch for realtime signal events in libevent-1.4.3-stable

2008-05-12 Thread Phil Budne
:00:50.0 -0400 +++ rtsig.c 2008-05-12 17:00:27.0 -0400 @@ -0,0 +1,1018 @@ +/* + * rtsig.c from 1.3e with fixes to compile and run on Fedora 8 + * (2.6.24.5-85.fc8) with libevent-1.4.3-stable to perform + * apples-to-apples benchmarking between rtsig and epoll. + * by Phil Budne

[Libevent-users] patch to libevent 1.3e rtsig.c

2008-05-06 Thread Phil Budne
The ChangeLog file mentioned that rtsig support was removed in 1.40-beta: Changes in 1.4.0-beta: o Remove support for the rtsig method: it hasn't compiled for a while ... With the patch against libevent 1.3e included below, rtsig.c compiles. I only noticed that RT signals were