Re: [Libevent-users] Help with progress thread

2010-11-09 Thread Nick Mathewson
On Tue, Nov 9, 2010 at 11:47 PM, Ralph Castain wrote: > > On Nov 9, 2010, at 9:03 PM, Nick Mathewson wrote: [...] >> So I'm assuming that you've got all the threading callbacks set up >> (probably via evthread_use_pthreads()) before you created the event >> base, so that evthread_make_base_notifi

Re: [Libevent-users] Help with progress thread

2010-11-09 Thread Ralph Castain
On Nov 9, 2010, at 9:03 PM, Nick Mathewson wrote: > On Tue, Nov 9, 2010 at 3:28 PM, Ralph Castain wrote: >> Hi folks >> >> I'm running into a problem that probably results from my ignorance. So I >> figured I would ask if someone can tell me what I'm doing wrong. >> >> I have a thread that lo

Re: [Libevent-users] Help with progress thread

2010-11-09 Thread Nick Mathewson
On Tue, Nov 9, 2010 at 3:28 PM, Ralph Castain wrote: > Hi folks > > I'm running into a problem that probably results from my ignorance. So I > figured I would ask if someone can tell me what I'm doing wrong. > > I have a thread that loops the event library with the following call: > >        even

[Libevent-users] Help with progress thread

2010-11-09 Thread Ralph Castain
Hi folks I'm running into a problem that probably results from my ignorance. So I figured I would ask if someone can tell me what I'm doing wrong. I have a thread that loops the event library with the following call: events += event_loop(mca_oob_tcp_component.event_base, EVLOOP_ONCE);