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 sgala
Recipients
Date 2007-04-05.23:09:42
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
THe limit of resources that an OS can deal with is limited due to resources, both globally and per user, precisely to avoid DoS attacks by a uses.

In the case of linux, you can control it with "ulimit -n XXXX" (for the user that runs the test). The default here is 1024 (and the maximum, unless it is globally raised).

I imagine windows will have similar limits, and similar (registry, etc.) ways to handle them.
History
Date User Action Args
2007-08-23 14:52:39adminlinkissue1685000 messages
2007-08-23 14:52:39admincreate