[Libevent-users] Introducing libevscgi, a new libevent-based SCGI server

2012-05-12 Thread Andrew Munkres
(Sorry if this is a double-post; I mistakenly sent it to the old monkey.org address the first time.) Recently I've been porting the evhttp server from libevent to the SCGI (Simple Common Gateway Interface) protocol. I got it to respond to test requests correctly for the first time yesterday, s

[Libevent-users] Problem with Gmane configuration for libevent-users list

2012-05-12 Thread Andrew Munkres
Gmane's configuration for this mailing list is still set to the old monkey.org email address: http://dir.gmane.org/gmane.comp.lib.libevent.user http://gmane.org/list-address.php?group=gmane.comp.lib.libevent.user Gmane is still receiving messages from the list correctly, but posting to the

Re: [Libevent-users] Bufferevent client read callback sporadically not called

2012-05-12 Thread Alexander Klauer
Dear Nick, thank you so much for your help. The test program is working now. On 11/05/2012, Nick Mathewson wrote: > * In server_read_cb, you do an evbuffer_add() to queue data to be sent > followed immediately by a bufferevent_free() on the same buffer. > That's not a safe pattern: bufferevent_f