On Wed, Sep 03, 2008 at 12:16:36PM +0200, Dirk-L?der Kreie wrote: > Dirk-Lüder Kreie schrieb: >> spaetz schrieb: >>> my client just stopped >>> >>> ERROR: This client needs manual intervention. Server told us: "You have >>> more than 50 active requests. Check your client." >>> >>> mmh, we should wait in this case (I had too man yuploads which were still >>> not processed), but not abbort. Is this new? >> I think we have a situation where there are a few difficult tilesets in >> the queue, then a lot of really easy ones. >> The first client to hit the really easy ones gets them all done in >> record-time (or about 50), dumps them to the upload queue, but that is not >> processed fast enough so the server thinks it's the client's fault for not >> returning those tilesets.
svn ci -m"don't make 'You have more than (\d+) active requests' a FATAL error" Committed revision 10444. Sorry, committed a fix before you posted. It's just a non-fatal error right now (complain and wait 60 sec) > The fix could be two-fold. > * Implement some "X Strikes and you're out" like we do with other errors on > the client > * increase the number of open tilesets Both options make sense and should be pursued. I'll see what I can do about it. spaetz _______________________________________________ Tilesathome mailing list [email protected] http://lists.openstreetmap.org/listinfo/tilesathome
