From: Zoltan F. <zol...@us...> - 2003-03-10 14:29:53
|
hello, first of all i'm not sure if the problem is with pyOpenSSL, but i still get the error in my app sometimes. the application is a client/server one, where the channels between the server and clients are secured with SSL. i've created a test suite which connects and disconnects a client to a server several times. after a few hundred connections, i get the error at the server side, and one of the server threads dies, and no other clients are serviced afterwards. my question is the following: is there any way/methodology of tracing this situation? the server uses threads extensively, and all i could think about is to find out which thread dies, when i get this error, but i have no idea on how to track this problem down. (i use the CVS version of pyOpenSSL, and the tsafe version of the Connection module). thanks, zoltan |