[ZODB-Dev] Errors running a Stress Test

Brandon Ehle azverkan at yahoo.com
Thu Mar 18 21:00:09 EST 2004


Just got a new exception, the network switch dropped out and I got this on the remote client after
which point ZEO wouldn't automatically reconnnect.  It kept throwing disconnected exceptions until
I restarted the client.

Exception in thread Thread-3:
Traceback (most recent call last):
  File "C:\Python23\lib\threading.py", line 436, in __bootstrap
    self.run()
  File "C:\Python23\lib\threading.py", line 416, in run
    self.__target(*self.__args, **self.__kwargs)
  File "stress.py", line 39, in hammer_the_db
    conn.sync()
  File "C:\Python23\Lib\site-packages\ZODB\Connection.py", line 926, in sync
    sync()
  File "C:\Python23\Lib\site-packages\ZEO\ClientStorage.py", line 403, in sync
    cn.pending()
  File "C:\Python23\Lib\site-packages\ZEO\zrpc\connection.py", line 526, in pending
    r, w, x = select.select(r_in, w_in, x_in, timeout)
error: (10038, 'An operation was attempted on something that is not a socket')


__________________________________
Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam
http://mail.yahoo.com



More information about the ZODB-Dev mailing list