
Jan. 13, 2012
7:41 p.m.
Den 13.01.2012 02:13, skrev Asher Langton:
intern try a few of these approaches. It turned out that the problem wasn't so much the simultaneous module loads, but rather the huge number of failed open() calls (ENOENT) as the interpreter tries to find the module files.
It sounds like there is a scalability problem with imp.find_module. I'd report this on python-dev or python-ideas. Sturla