[Tilesathome] Maximum active requests per user implemented
spaetz
osm at sspaeth.de
Thu Jul 31 13:52:51 BST 2008
On Thu, Jul 31, 2008 at 02:47:46PM +0200, Gerhard Schmidt wrote:
> I seams the putting back an unrenderable tile doesn't work. The tiles page for
> the last tile shows that I'm still the renderer of this tile.
>
> Active request at priority 2 has been requested 21 hours, 39 minutes ago.
> Renderer: Estartu, Layers left to render: tile,maplint,captionless
>
> Right now with all the errors on server side this will block out ever fast
> renderer quickly. (Right now all my renderer are idle. waiting for the server
> to give them jobs to do)
You are estartu, right? Yep, you got bitten by the no more than 50 open requests limit :-)
+-----------+-----+
| client_id | num |
+-----------+-----+
| 85 | 51 |
+-----------+-----+
It's waiting now for the requests to time out (currently 6 hours before it will start to give out requests again).
Right now, the server can't see that you are handing back a request with error, as the client just calls the regular "render this tile" URL. and the server won't do anything, as it is already rendering.
Better error handling is top on my list.
But someone needs to find out client side, why they don't get any data....
spaetz
More information about the Tilesathome
mailing list