Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong number of threads #16

Open
vmihailenco opened this issue Jun 18, 2012 · 1 comment
Open

Wrong number of threads #16

vmihailenco opened this issue Jun 18, 2012 · 1 comment

Comments

@vmihailenco
Copy link

Consider following config:

[group0]
threads=100
script=group0.py

[group1]
threads=1
script=group1.py

MM will say that there are 3 threads, but actually threre are 101 threads. I think the problem is here: https://github.com/cgoldberg/multi-mechanize/blob/master/multimechanize/utilities/run.py#L107 . Will you accept patch that fixes this?

@cgoldberg
Copy link
Owner

sorry it took ages for a response :)
yes, I would accept a patch that fixes that issue (if it still exists... I'm a little scatter-brained on what patches have already landed in the past year)

@cgoldberg cgoldberg reopened this Jul 24, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants