Re: HTTP Server

2002-03-30 Thread Patricia J. Hawkins
I always resort to Google for puzzling error messages -- a Google search on "BaseHTTPServer tcp connection denied" turned up this page (amazing coincidence): http://aspn.activestate.com/ASPN/Python/Reference/Products/ActivePython/python/lib/module-SocketServer.html Search down on "connection den

Re: HTTP Server

2002-03-29 Thread Matthew Sherborne
Hi Matt, Connection Refused basically means that the server socket is too busy to handle another connection or it's maximum number of conversations has been reached. If it's too busy it's basically becuase it can't generate conversation threads quick enough, or perhaps the conversation threads a