Re: [Libevent-users] Multi-threading question

2012-10-10 Thread David Goulet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 NotDashEscaped: You need GnuPG to verify this message Programmist Setevik: > I have a "multiplexed multi-threaded" network IO program that > been working just fine for a long while. It is a typical hand-coded > epoll-driven, as opposed to libeve

Re: [Libevent-users] pthread_cond_timedwait realtime clock race

2012-09-20 Thread David Goulet
12 04:29 PM, Nick Mathewson wrote: > On Tue, Sep 18, 2012 at 4:14 PM, David Goulet > wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 >> >> Hi everyone, >> >> I'm David from the LTTng project (http://lttng.org). I'm sharing >>

Re: [Libevent-users] pthread_cond_timedwait realtime clock race

2012-09-19 Thread David Goulet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 I can try to come up with a patch soon. I'll post it in this thread once done for review. Thanks! David Nick Mathewson: > On Tue, Sep 18, 2012 at 4:14 PM, David Goulet > wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 &

[Libevent-users] pthread_cond_timedwait realtime clock race

2012-09-18 Thread David Goulet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi everyone, I'm David from the LTTng project (http://lttng.org). I'm sharing here an issue we ran into. The solution could benefit the libevent project. A couple days ago we've hit a clock race using pthread timedwait conditions (although document