[Libevent-users] Simple question about multithreading SSL bufferevents.

2013-03-26 Thread John
? I believe I have initialized libevent and openssl correctly for multithreaded execution. Thanks, -John More info, for those interested: My code fails in the same manner on both OSX and Linux. Both are built with multithreaded libevent/openssl support. (Verified at build time, not

Re: [Libevent-users] Simple question about multithreading SSL bufferevents.

2013-03-27 Thread John
Mark, Yes, I have enabled OpenSSL locking, including setting up dynamic locking. I have verified the locks are "running" by watching the various lock callbacks occuring. I "stole" the locking code from the book "Network Security with OpenSSL", by Viega/M

Re: [Libevent-users] Simple question about multithreading SSL bufferevents.

2013-03-27 Thread John
You can see the test code at http://pastebin.com/0136vEbe -John - Original Message - From: Mark Ellzey To: libevent-us...@freehaven.net Cc: Sent: Wednesday, March 27, 2013 11:20 AM Subject: Re: [Libevent-users] Simple question about multithreading SSL bufferevents. On Tue, Mar 26

Re: [Libevent-users] Simple question about multithreading SSL bufferevents.

2013-04-25 Thread John
probably be a better stress test than the simple test software I posted before. Thanks, -John From: Nick Mathewson To: libevent-us...@freehaven.net; John Sent: Thursday, April 25, 2013 11:36 AM Subject: Re: [Libevent-users] Simple question about multithreading SSL

[Libevent-users] libevent + curl

2012-10-22 Thread John Dunn
es and appears to run without any crashes. Thanks- John *** To unsubscribe, send an e-mail to majord...@freehaven.net with unsubscribe libevent-usersin the body.

RE: [Libevent-users] libevent + curl

2012-10-23 Thread John Dunn
From: owner-libevent-us...@freehaven.net [mailto:owner-libevent-us...@freehaven.net] On Behalf Of Mark Ellzey Sent: Monday, October 22, 2012 6:06 PM > Post the resulting code somewhere. I've posted the code here - http://pastebin.com/REca0BTq. I've modified the original allow me to add multiple

[Libevent-users] UDP Support

2012-12-12 Thread John Dunn
event to be of any use developing such a feature but would be more than happy to test. Thanks- John *** To unsubscribe, send an e-mail to majord...@freehaven.net with unsubscribe libevent-usersin the body.

RE: [Libevent-users] UDP Support

2012-12-12 Thread John Dunn
On Wednesday, December 12, 2012 12:12 PM Nick Mathewson wrote > I'm pretty sure John is asking about UDP support under bufferevents. Actually I was looking for any UDP support - it doesn't have to necessarily use bufferevents. I've figured out how to get UDP working with writ

[Libevent-users] event shutdown/cleanup

2013-01-30 Thread John Dunn
on each of them? event_base_foreach_event seems almost like the correct thing but the documentation explicitly says to not modify the events - I'm guessing that includes calling event_free(). Thanks- John *** To unsubscrib