On (01/14 11:56), Rocco Caputo wrote: > Otherwise I'm not sure how to get into Net::SSLeay to make its accept() > not block. It's just a thin wrapper to a C library. Does anyone have > experience here? Does a different SSL module support it?
a bunch of us on #poe took a stab at Net::SSLeay a year or so ago. a core problem with Net::SSLeay, besides the blocking, is that it throws exceptions at any little inconsistency. what we discovered was that little inconsistencies seemed to be the rule rather than the exception and wrapping every call to net::ssleay in evals seemed icky, leaky, and gross. -- Matt Cashner http://eekeek.org eek at eekeek dot org
