Re: [twsocket] Is there anybody facing problems with HTTPS server, on SSL port?

2009-03-14 Thread Fastream Technologies
Hello, The registry thing is for Winsock of course for some timeout... Ok, could you please also comment on my C++ code posted? Could there be an AV somewhere that I didn't see?? Regards, SZ On Fri, Mar 13, 2009 at 8:50 PM, Arno Garrels arno.garr...@gmx.de wrote: Fastream Technologies

Re: [twsocket] Is there anybody facing problems with HTTPS server, on SSL port?

2009-03-14 Thread Arno Garrels
Fastream Technologies wrote: Ok, could you please also comment on my C++ code posted? Could there be an AV somewhere that I didn't see?? Concerning your design one cache instance per thread I'm a bit confused. Do you also use one instance of SslContext per thread? One context = one cache, both

Re: [twsocket] Is there anybody facing problems with HTTPS server, on SSL port?

2009-03-14 Thread Fastream Technologies
Yes. there is one listener thread, one listener socket and one ssl context per thread = 1. If the user decides to listen on multiple threads, then these are all multiplied of course. On Sat, Mar 14, 2009 at 8:01 PM, Arno Garrels arno.garr...@gmx.de wrote: Fastream Technologies wrote: Ok,