[Libevent-users] Re: libevent boehm gc

2009-05-21 Thread Peter Ross
On Tue, May 19, 2009 at 10:20 PM, Peter Ross p...@missioncriticalit.com wrote: Hi, I've been tracking down a bug with boehm gc prematurely collecting the bufferevent callback arg value.  This occurs when one is the middle of processing another bufferevent in the read callback. I've tried

Re: [Libevent-users] libevent boehm gc

2009-05-20 Thread Peter Ross
On Tue, May 19, 2009 at 11:46 PM, Nick Mathewson wrote: On Tue, May 19, 2009 at 10:20:08PM +1000, Peter Ross wrote: Hi, I've been tracking down a bug with boehm gc prematurely collecting the bufferevent callback arg value.  This occurs when one is the middle of processing another bufferevent

[Libevent-users] libevent boehm gc

2009-05-19 Thread Peter Ross
Hi, I've been tracking down a bug with boehm gc prematurely collecting the bufferevent callback arg value. This occurs when one is the middle of processing another bufferevent in the read callback. I've tried to grok the code to understand how one would get from the eventbase to the other

[Libevent-users] Re: libevent boehm gc

2009-05-19 Thread Peter Ross
On Tue, May 19, 2009 at 10:20 PM, Peter Ross p...@missioncriticalit.com wrote: Hi, I've been tracking down a bug with boehm gc prematurely collecting the bufferevent callback arg value.  This occurs when one is the middle of processing another bufferevent in the read callback. I've tried

Re: [Libevent-users] Building with Visual Studio

2009-05-14 Thread Peter Ross
On Fri, May 15, 2009 at 11:41 AM, Nick Mathewson wrote: (Also, once 2.0.2-alpha is out, somebody needs to work on decent project files for the 2.0.x series.  The ones we have now are kind of stupid and crufty.) Would you consider using cmake? I know KDE switched to using cmake, because

[Libevent-users] event when connection closed

2009-05-07 Thread Peter Ross
Hi, I'm new to libevent and I've been reading the tutorial at http://wangafu.net/~nickm/libevent-book/01_intro.html and am playing with the bufferevent version of the rot13 server at the very end of this web page compiled against 2.0.1-alpha. What I would like to do it add some code which is run

[Libevent-users] Re: event when connection closed

2009-05-07 Thread Peter Ross
On Thu, May 7, 2009 at 11:12 PM, Peter Ross pe...@emailross.com wrote: I'm new to libevent and I've been reading the tutorial at http://wangafu.net/~nickm/libevent-book/01_intro.html and am playing with the bufferevent version of the rot13 server at the very end of this web page compiled