[Libevent-users] 2.0.3 alpha works great with client certificate

2009-11-25 Thread Tom Pusateri
Just a note to say thanks for the new OpenSSL support! I tried 2.0.3 alpha against the Apple Push notification feedback service which requires a client key/certificate and it works great. One hint... Make sure you add the key and cert to the SSL context before calling SSL_new(). Otherwise, you'

[Libevent-users] question about poll()

2009-11-25 Thread Patrick Galbraith
Hi there all! I'm working on trying to port libmemcached to Windows. It is not an easy task! I've just found that libmemcached uses poll() and this is a bit of a road-block! What do you guys do to get cross-platform support? How do you transparently use poll() or other mechanisms to provide th

[Libevent-users] [PATCH] evdns lock violation while thread is used

2009-11-25 Thread Zhuang Yuyao
evdns contains a bug related to thread lock. enable thread lock by evthread_use_pthreads() will cause successive evdns_base_resolve_ipv4() (and other resolve functions i think) to hang on EVDNS_LOCK(base) after one or several successful call to evdns_base_resolve_ipv4(). the patch attached with