Skip to content

guess_language sort of kills multiprocess #6

@GoogleCodeExporter

Description

@GoogleCodeExporter
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.dk on 16 Oct 2010 at 1:14

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions