Re: [Libevent-users] Visual C++ Projects

2011-07-01 Thread Ed Day
Attached are some VS2008 project files that I use which are by no means complete. It's not hard to create them though, just add the source files you need and set the properties. Regards, Ed Day On Fri, Jul 1, 2011 at 10:32 AM, Mark Ellzey wrote: > On Thu, Jun 30, 2011 at 05:13:05

Re: [Libevent-users] Question on paired buffer events

2011-07-01 Thread Ed Day
By "fell out the bottom" I mean returned immediately. Ed On Fri, Jul 1, 2011 at 10:35 AM, Mark Ellzey wrote: > On Thu, Jun 30, 2011 at 01:53:12PM -0400, Ed Day wrote: >> I then went into the event dispatch loop and immediately fell out the bottom. >> Is this not the

[Libevent-users] Question on paired buffer events

2011-06-30 Thread Ed Day
ese events? Regards, Ed Day *** To unsubscribe, send an e-mail to majord...@freehaven.net with unsubscribe libevent-usersin the body.

Re: [Libevent-users] Question on event-test.c sample program

2011-06-15 Thread Ed Day
Thanks for the git info. I have embedded responses to the other items below. Regards, Ed On Tue, Jun 14, 2011 at 3:16 PM, Nick Mathewson wrote: > On Tue, Jun 14, 2011 at 10:36 AM, Ed Day wrote: >  [...] >> I did a clone from the main repository and tried to build it on >>

Re: [Libevent-users] Question on event-test.c sample program

2011-06-14 Thread Ed Day
On Mon, Jun 13, 2011 at 5:25 PM, Nick Mathewson wrote: > On Sat, Jun 11, 2011 at 6:19 AM, Ed Day wrote: >> I see in the event-test.c sample program the disclaimer that it does >> not work on non-UNIX platforms (which to me means Windows, maybe >> others?). > > Ju

[Libevent-users] Question on event-test.c sample program

2011-06-11 Thread Ed Day
I see in the event-test.c sample program the disclaimer that it does not work on non-UNIX platforms (which to me means Windows, maybe others?). It looks like this is an implementation of a named pipe. This has been a problem I have been trying to solve on Windows for awhile now, how to asynchronou

Re: [Libevent-users] Issue with Windows fork CreateProcess

2011-06-09 Thread Ed Day
The patch is attached, further comments below. On Wed, Jun 8, 2011 at 1:54 PM, Nick Mathewson wrote: > On Wed, Jun 8, 2011 at 1:49 PM, Ed Day wrote: >> Hi everyone, > > (Quick issue: you don't need to quote mails in your messages unless > they are related to what you&

[Libevent-users] Issue with Windows fork CreateProcess

2011-06-08 Thread Ed Day
Hi everyone, I am new to the list. This post is in response to a posting last December on a Windows regression fork failure ([Libevent-users] Re: Libevent 2.0.10-stable is released by Dongsheng Song). I noticed the question was not answered and I recently experienced the same error myself when t