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
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
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
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