On Wed, Nov 11, 2009 at 9:25 AM, Thorsten Scherler < [email protected]> wrote:
> On Tue, 2009-11-10 at 08:40 +0100, Chapuis Bertil wrote: > > I had the same problem and solved it in my handler's implementation by > only > > using local variables and limited concurrent accesses. As I understand > the > > issue the same limitation could occurs with a custom CrawlingDroid > > implementation since all workers are using the same Droid. A nice fix > could > > be to make the Droid and the GenericFactory abstractions clonable and > > invoking the clone method in the Worker's constructor. > > Could you provide a patch? Not in a short scope, I am quite busy this month. But Javier could create a ticket for the issue. Best regards, Bertil Chapuis
