[Python-ideas] Python 3000 TIOBE -3%

Mike Meyer mwm at mired.org
Thu Feb 9 20:48:08 CET 2012


On Thu, 09 Feb 2012 20:25:48 +0100
Sturla Molden <sturla at molden.no> wrote:
> The offender is actually imp.find_module, which results in huge number 
> of failed open() calls when used concurrently from many processes.

Ah, I see why I never ran into it. I build systems that start by
loading all the modules they need, then fork()ing many processes from
that parent.

    <mike
-- 
Mike Meyer <mwm at mired.org>		http://www.mired.org/
Independent Software developer/SCM consultant, email for more information.

O< ascii ribbon campaign - stop html mail - www.asciiribbon.org



More information about the Python-ideas mailing list