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 gvanrossum
Recipients Sebastian.Kreft.Deezer, giampaolo.rodola, gvanrossum, pitrou, vstinner, yselivanov
Date 2014-06-02.16:19:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJ+J_g-Ps6eN0+iQmrpUBOOnEDzDH3133RF1cMUTCDTU2A@mail.gmail.com>
In-reply-to <1401719439.38.0.940258453898.issue21594@psf.upfronthosting.co.za>
Content
I'm not sure. Running out of file descriptors is really not something a
library can handle on its own -- this needs to be kicked back to the app to
handle. E.g. by pacing itself, or closing some connections, or changing the
system limit... The library really can't know what to do, and just waiting
until the condition magically clears seems asking for mysterious hangs.

On Mon, Jun 2, 2014 at 7:30 AM, STINNER Victor <report@bugs.python.org>
wrote:

>
> Changes by STINNER Victor <victor.stinner@gmail.com>:
>
>
> ----------
> nosy: +giampaolo.rodola, gvanrossum, pitrou, yselivanov
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue21594>
> _______________________________________
>
History
Date User Action Args
2014-06-02 16:19:05gvanrossumsetrecipients: + gvanrossum, pitrou, vstinner, giampaolo.rodola, yselivanov, Sebastian.Kreft.Deezer
2014-06-02 16:19:05gvanrossumlinkissue21594 messages
2014-06-02 16:19:05gvanrossumcreate