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

Re: [Libevent-users] Minimal configuration

2013-01-30 Thread Nick Mathewson
On Wed, Jan 30, 2013 at 7:53 PM, Ralph Castain wrote: > Hi folks > > We're trying to support a system that has a really minimal OS on it - e.g., > no sockets or TCP/IP stack. Looking at libevent, and particularly at > evutil.c, we don't see a way to --disable-sockets. > > Has anyone looked at co

[Libevent-users] Minimal configuration

2013-01-30 Thread Ralph Castain
Hi folks We're trying to support a system that has a really minimal OS on it - e.g., no sockets or TCP/IP stack. Looking at libevent, and particularly at evutil.c, we don't see a way to --disable-sockets. Has anyone looked at considering such an option? Basically, what we need is to strip libe

[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