Re: [Libevent-users] Re: Avoid potential SSL read spinlocks

2011-11-15 Thread Mark Ellzey
On Tue, Nov 15, 2011 at 10:48:10AM -0600, Mark Ellzey wrote: > On Mon, Nov 14, 2011 at 07:21:00PM -0600, Mark Ellzey wrote: > > On Mon, Nov 14, 2011 at 07:13:39PM -0600, Mark Ellzey wrote: > > > > > > We cannot schedule or call the readcb UNTIL SSL_read() returns > 0 OR an > > > error occurs on th

Re: [Libevent-users] Re: Avoid potential SSL read spinlocks

2011-11-15 Thread Mark Ellzey
On Mon, Nov 14, 2011 at 07:21:00PM -0600, Mark Ellzey wrote: > On Mon, Nov 14, 2011 at 07:13:39PM -0600, Mark Ellzey wrote: > > > > We cannot schedule or call the readcb UNTIL SSL_read() returns > 0 OR an > > error occurs on the socket. > > I definitely feel confident this is the issue, going int