Open vmihailenco opened 12 years ago
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?
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)
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?