"cgoldberg" <[email protected]> wrote in message news:[email protected]...
> you aren't doing a read(), so technically you are just connecting to > the web server and sending the request but never reading the content > back from the socket. > > But that is not the problem you are describing... It might be, if the local server doesn't scale well enough to handle 100 concurrent requests. -- http://mail.python.org/mailman/listinfo/python-list
