EBADF socket exception

curtin at my-deja.com curtin at my-deja.com
Tue Mar 14 11:16:14 EST 2000


hi,
i'm getting an intermittent socket.error in my web server. i wonder
if anyone has seen anything like this, or if i'm getting low
on close to a limit of #sockets/per process. this is py 1.5.2 on
Solaris 2.6, any clues appreciated.

tia,

craig

Traceback (innermost last):
  File "/run/pd/python/1.5.2/lib/python1.5/SocketServer.py", line 243,
in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/run/pd/python/1.5.2/lib/python1.5/SocketServer.py", line 365,
in __init__
    self.setup()
  File "/run/pd/python/1.5.2/lib/python1.5/SocketServer.py", line 398,
in setup
    self.rfile = self.connection.makefile('rb', 0)
socket.error: (9, 'Bad file number')
Unhandled exception in thread:


Sent via Deja.com http://www.deja.com/
Before you buy.



More information about the Python-list mailing list