Gal Nitzan wrote:
I have implemented a down and dirty Global Locking: [ ... ]I changed FetcherThread constructor to create an instance of SyncManager. And in also in the run method I try to get a lock on the host. If not successful I add the url into a ListArray<key,datum> for a later processing... I also changed generator to put each url into a separate array so all fetchlists are even.
What problem does this fix? Doug
