Did you implement fd timeouts and appropriate cleanups after some
expiration? It's impossible for non blocking sockets to hang..so I am
assuming ur having a lot of unused fds on ur poll table.

On Friday, July 1, 2011, Harshvir Sidhu <hvssi...@gmail.com> wrote:
> Hi,
>   I have implemented the state machine in my managed C++ application. 
> Everything works fine for sometime, but after a while Asynchronous socket 
> call beginreceive hangs, it never come out of that. I do not see any relation 
> to this with SSL but this happens only when i am calling SSL routines in 
> between. When i disable SSL function calls, then this issue dont happen.
>
>
>   Have anyone else seen this issue? If Yes, Any suggestions on how to get 
> past this issue?
>
> Thanks.
>
> // Harshvir
>
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to