Thank you for your fast replies!

To jimmy bahuleyan :
 Yes I already looked through ulimit -a  and tried to increase maximum open
files.
 With no results. 

To Marek Marcola   :
 > Do you have thread callbacks initialized for pthread functionality ?
My thread callback - is static function of  sslServer class.
I tested my threads implementation without openSSL context and it
works ok. Now I temporarily switch off the threads to localize  my error.
I use only  one connector  after  making BIO_pop( m_acceptConnector )
without creation any thread after.

> # strace -v -f -p <SERVER_PID> 
In fact I've tried to do it in form strace -p SERVER_PID previously 
but it exited on initialization step. I decided this is because my server is
daemon. 
After that I stopped because I have no knowledge about strace.
Ok, I'll try it again.  Thanks!




My further  test to find my bug was to switch off all SSL_CTX and SSL vars.
Server and clients communicates only via BIO objects. That is no
certificates
loading, handshakes and so on...
And it works ok!
It seems  something wrong in SSL_CTX and SSL vars...
If you see apparant error in my code  working with SSL_CTX and SSL ,
please notify me!  Thanks.























-- 
View this message in context: 
http://www.nabble.com/Help-pls%21-What-going-on-after-1022-connects-from-client--tf4858051.html#a13914485
Sent from the OpenSSL - User mailing list archive at Nabble.com.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to