On 5/26/09 9:40 PM, "David Schwartz" <dav...@webmaster.com> wrote:
<snip> 
> Make sure the connections are in fact set non-blocking. Make sure you don't
> refuse to perform an operation unless the SSL state machine has specifically
> directed you to do so.
>
> Note that you cannot, either with or without SSL, make a connection
> non-blocking by using 'select' before I/O operations. That has never worked
> and will never work.
> 
> DS

Noted, thanks. Am feeding back to gSoap folks.  The code does open the
connections as non-blocking.  Ignoring the select() before SSL_read()
issues, I am still curious as to why things got hung up under
ssl3_shutdown() as shown in backtrace #1.

Again, this is only is the WANem 50% packet loss scenario testing
which is why I've come to the experts for these questions.

I'm going to review with gSoap.  Maybe we'll find something there,
or maybe I'll be back.

Thanks again,
Mark


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to