Tile service request queuing

2 messages Options
Embed this post
Permalink
zspitzer

Tile service request queuing

Reply Threaded More More options
Print post
Permalink
It's my understanding that with the tile service, tile requests which
require rendering will
block tile requests which simply require serving an existing tile when
max connections
has been reached?

Is that correct?

--
Zac Spitzer -
http://zacster.blogspot.com
+61 405 847 168
_______________________________________________
mapguide-internals mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/mapguide-internals
UV-2

Re: Tile service request queuing

Reply Threaded More More options
Print post
Permalink
as the decision if to use the cache or not is way inside the thread
running the tile service
it seems a rather complex quest to feed this into the threadpool to
prioritize the requests queue for the  ACE Reactor
this would require something like 2 stage pipelined thread pools ....
one pool to evaluate the request
another pool to process it.....

this is better left to different server nodes
if the bottleneck is the max connections a webcache front end could
alleviate the situation
I reckon it would be smarter to cache the tiles in front of the MGOS
server for high performance scenarios



Zac Spitzer wrote:
> It's my understanding that with the tile service, tile requests which
> require rendering will
> block tile requests which simply require serving an existing tile when
> max connections
> has been reached?
>
> Is that correct?
>
>  

_______________________________________________
mapguide-internals mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/mapguide-internals