Re: [Libevent-users] event shutdown/cleanup

2013-01-30 Thread Nick Mathewson
On Wed, Jan 30, 2013 at 7:38 PM, John Dunn wrote: > I have a socket server which allocates memory for each connection. If there's > an error on the socket it's easy for me to delete any memory associated with > the connection. I also need to shutdown the eventbase from another thread > which n

[Libevent-users] event shutdown/cleanup

2013-01-30 Thread John Dunn
I have a socket server which allocates memory for each connection. If there's an error on the socket it's easy for me to delete any memory associated with the connection. I also need to shutdown the eventbase from another thread which needs to close the listener socket, close all currently open