What steps will reproduce the problem?
1. create 20 processes using multiprocess
2. in each of them: from guess_language import guessLanguage
3. make them run at the same time doing hard work;
What is the expected output? What do you see instead?
processes died around me like flies
What version of the product are you using? On what operating system?
windows vista 64bit, python 266
Please provide any additional information below.
Workaround
i made the problem disappear by doing:
from guess_language import *
instead
Original issue reported on code.google.com by
gards...@bissedata.dkon 16 Oct 2010 at 1:14