error
Python 2.4.1: /usr/bin/python2.4
Sat Nov 7 09:25:21 2009

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /usr/lib/site-python/Alonda/upload/coro_fcgi.py in run(self=<coro.WSGIServer None id:1 alive running resume_...4019 execute_time: 2.09847140312 at 2ace2ee44cd0>, timeout=1.0)
 1055         while self._keepGoing:
 1056             try:
 1057                 conn, addr = sock.accept ()
 1058             except socket.error, why:
 1059                 if why[0] in (EWOULDBLOCK, EAGAIN):
conn = <coro.coroutine_socket instance>, addr = ('127.0.0.1', 35363), sock = <coro.coroutine_socket instance>, sock.accept = <bound method coroutine_socket.accept of <coro.coroutine_socket instance>>
 /usr/lib/site-python/Alonda/coroutine/coro.py in accept(self=<coro.coroutine_socket instance>)
  254                 self.wait_for_read(timeout=None)
  255         #Log.log(self.socket)
  256                 conn, addr = self.socket.accept()
  257                 return self.__class__ (conn), addr
  258 
conn undefined, addr undefined, self = <coro.coroutine_socket instance>, self.socket = <socket object, fd=4, family=2, type=1, protocol=0>, self.socket.accept = <built-in method accept of _socket.socket object>

error: (11, 'Resource temporarily unavailable')
      args = (11, 'Resource temporarily unavailable')