Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hookbox "stops" listening for connections #86

Open
ergo opened this issue Nov 23, 2010 · 2 comments
Open

hookbox "stops" listening for connections #86

ergo opened this issue Nov 23, 2010 · 2 comments

Comments

@ergo
Copy link

ergo commented Nov 23, 2010

Hello,

it seems im also running into problem described in this thread:

http://groups.google.com/group/hookbox/browse_thread/thread/8528f6f5ffa756f2

after a while i get errors like this:

Traceback (most recent call last):
  File "/home/points2shop/python/lib/python2.6/site-packages/eventlet/greenpool.py", line 80, in _spawn_n_impl
    func(*args, **kwargs)
  File "/home/points2shop/python/lib/python2.6/site-packages/eventlet/wsgi.py", line 510, in process_request
    proto = self.protocol(socket, address, self)
  File "/opt/python2.6/lib/python2.6/SocketServer.py", line 617, in __init__
    self.handle()
  File "/opt/python2.6/lib/python2.6/BaseHTTPServer.py", line 331, in handle
    self.handle_one_request()
  File "/home/points2shop/python/lib/python2.6/site-packages/eventlet/wsgi.py", line 195, in handle_one_request
    self.raw_requestline = self.rfile.readline(MAX_REQUEST_LINE)
  File "/opt/python2.6/lib/python2.6/socket.py", line 473, in readline
    data = self._sock.recv(self._rbufsize)
  File "/home/points2shop/python/lib/python2.6/site-packages/eventlet/greenio.py", line 217, in recv
    return fd.recv(buflen, flags)
error: [Errno 110] Connection timed out

and i cant connect to server admin panel or as client using js - restart fixes the problem for me, but ofc isnt a long term solution.

im using Version: 0.3.4dev - or at least git revision from 2010-11-23

@skillcoder
Copy link

I have same problem.
It's hapend on 80-100+ users

@neilgupta
Copy link

Does anybody know if this problem has been fixed, perhaps in one of the many forks of this project? I can't seem to find any evidence of a fix in any of the commit histories though. I'm experiencing similar problems on v0.3.3, which I had hoped would be more stable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants