Thorsten Scherler wrote:
On Sun, 2009-03-22 at 00:07 +0100, Oleg Kalnichevski wrote:
Oleg Kalnichevski wrote:
...
The problem is not caused by the HTTP transport. The
MultiThreadedTaskMaster appears to have synchronization issues and
should also be reviewed for thread-safety.
Ok, do you have any method in special as possible candidates? Will now
look into it and hopefully find the problem.
salu2
I have looked at MultiThreadedTaskMaster quite extensively and got an
impression that it simply did not attempt to synchronize access to its
instance variables at all despite the fact they could be accessed from
multiple threads of execution. I'll try to find time to propose a fix
for the issue, but cannot really tell when I can manage to get around to
doing that.
Oleg