<div>This would be a good thing. That way, if you would zoom in to a location very quickly, you would also not have to wait for mapserver to render the outer zooms first (where  you clicked through quite fast), but you would get your data first and the data you don&#39;t need anymore later.<br>
</div><div><br></div><div>But i suppose this is not easy to realize.</div><br><div class="gmail_quote">On 2 November 2010 18:40, Sebastian E. Ovide <span dir="ltr">&lt;<a href="mailto:sebastian.ovide@gmail.com">sebastian.ovide@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi Guys,<div><br></div><div>I am using MapServer as a FastCgi (with lighttpd and Apache) connected to Oracle, PG, ESRI shapes, ESRI binary grids and MapInfo TAB files. </div>
<div><br></div><div>There is a situation that makes the use of MapServer not very user friendly:</div>

<div><br></div><div>An user A opens a map, activates a slow layer and drags the map around. This would add a lot of calls to the webserver that would launch many MapServer processes reaching the maximum number of processes. At the same time, there is another user B displaying another layer... this time a fast layer.... As the maximum number of processes has been reached, the webserver cannot create new processes until those alive finish their work, it cannot serve the other user... that is very annoying as The other user would have to wait a long time until the queue is processed and his map is displayed. </div>


<div><br></div><div>Another similar situation is when the user A get annoyed as the map is not displaying and therefore decides to turn off the layer and turn on a different layer... say a fast layer... he still need to wait that all the MapServer processes finish the processing... That annoys the users that doesn&#39;t understand what is going on... and thinks that the server has crashed...</div>


<div><br></div><div>Is there anyway to configure Apache/Lighttpd to give higher priority to the new calls ? (that means to conver the queue from FIFO to LIFO....)</div><div><br></div><div>I have configured Apache FastCgi to kill the old processes once a minute... but the process wont die... actually they would not die with a simple kill... they would die with only kill -9 !!!</div>


<div><br></div><div>Any other solutions ?<br></div><div><br></div><div>Thanks <br>-- <br>Sebastian E. Ovide<br><br><br><br><br>
</div>
<br>_______________________________________________<br>
mapserver-users mailing list<br>
<a href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
<br></blockquote></div><br>