Don't
know if this is appropriate for you, but if you're using a multithreaded app,
make sure the SSL_accept call takes place in a seperate thread (dedicated for
that client). That way if the connecting party never initiates or
completes a handshake, your application will still be able to serve
other clients.
BTW,
there's no need for non-blocking I/O if you use a multithreaded server. You can
build your own timeout mechanism using e.g. select() prior to each read
or write. This works fine for me, and is platform
independent.
-----Oorspronkelijk
bericht-----
Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Namens Skip Rhudy Verzonden: vrijdag 24 januari 2003 21:43 Aan: [EMAIL PROTECTED] Onderwerp: SSL_accept hang
|
Title: Bericht
- RE: SSL_accept hang Tim Regovich
- Re: SSL_accept hang Eric Rescorla
- Re: SSL_accept hang David Schwartz
- Re: SSL_accept hang Eric Rescorla
- Re: SSL_accept hang David Schwartz
- Re: SSL_accept hang Eric Rescorla
- Re: SSL_accept hang David Schwartz
- Re: SSL_accept hang Tim Regovich
- Re: SSL_accept hang Eric Rescorla
- Re: SSL_accept hang Jeffrey Altman
- RE: SSL_accept hang Jasper Spit
- RE: SSL_accept hang Tim Regovich
- RE: SSL_accept hang Jasper Spit
- Re: SSL_accept hang Jeffrey Altman
- RE: SSL_accept hang Jasper Spit
- RE: SSL_accept hang David Schwartz
- Re: SSL_accept hang Bodo Moeller
- Re: SSL_accept hang David Schwartz
- Re: SSL_accept hang Arne Ansper
- Re: SSL_accept hang David Schwartz