This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neologix
Recipients hume, jnoller, neologix
Date 2011-11-01.14:27:50
SpamBayes Score 1.2334087e-06
Marked as misclassified No
Message-id <1320157670.79.0.140347101286.issue9897@psf.upfronthosting.co.za>
In-reply-to
Content
The first problem is a duplicate of issue #6056.

As for the second problem, no, it doesn't limit the number of concurrent connections. Server.serve_forever() creates a new thread for each new incoming connection.

Closing as duplicate.
History
Date User Action Args
2011-11-01 14:27:50neologixsetrecipients: + neologix, jnoller, hume
2011-11-01 14:27:50neologixsetmessageid: <1320157670.79.0.140347101286.issue9897@psf.upfronthosting.co.za>
2011-11-01 14:27:50neologixlinkissue9897 messages
2011-11-01 14:27:50neologixcreate