HTTP Server

2002-03-29 Thread Matt Whiteley
Hi, I've recently written an HTTP service that uses the HTTP server from the BaseHTTPServer. I've very simply told it to serve forever and have a bit of code at the back end in the handler. After writing this and debugging it, I did some testing of it and found that anything over about 26 req

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