Lots of SSL connections in few threads (was: Re: Problem with 1024file descriptors)

2000-10-29 Thread Dan Kegel
Dr S N Henson wrote: Dan Kegel wrote: I'm doing it; right now, I have a single network thread doing all normal networking *and* SSL; after I write the load tests that demonstrate how woefully inadequate that is :-), I'll split that into two threads: one for doing the SSL accept / connect

Re: Lots of SSL connections in few threads (was: Re: Problem with 1024file descriptors)

2000-10-29 Thread Dr S N Henson
Dan Kegel wrote: Dr S N Henson wrote: Dan Kegel wrote: I'm doing it; right now, I have a single network thread doing all normal networking *and* SSL; after I write the load tests that demonstrate how woefully inadequate that is :-), I'll split that into two threads: one for