Ah, I think I understand.  You could still look into client-side tiling though.  The data will still be created on the fly, but it won&#39;t make a new request every time you pan or resize.<div><br></div><div>I assume you&#39;re generating your data on the fly because it&#39;s frequently updated, if so how often?  Is it not possible to use caching, but clear the cache every so often?  That might take some strain off your server.</div>

<div><br></div><div>Jon<br><br><div class="gmail_quote">On 11 May 2010 09:30, Heiko Schröter <span dir="ltr">&lt;<a href="mailto:schroete@iup.physik.uni-bremen.de">schroete@iup.physik.uni-bremen.de</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Am Dienstag 11 Mai 2010, um 10:23:51 schrieben Sie:<br>
Hi Jon,<br>
<br>
thanks for your reply. The raster images are so called &quot;gridded&quot; imeges of satellites measurements.<br>
They have to be done globally and are created on the fly taken the data points from a PostGIS db.<br>
<br>
Hence every zoom/pan/resize action triggers the data request and the creation of the &quot;gridded&quot; raster image.<br>
<br>
That is the reason why i&#39;am trying to delay the creation till the zoom/pan/resize interaction comes to an halt.<br>
<br>
Thanks and Regards<br>
<font color="#888888">Heiko<br>
</font><div><div></div><div class="h5"><br>
<br>
&gt; Hi Heiko,<br>
&gt;<br>
&gt; How are you serving your WMS layers?  Can&#39;t you just use tiling in<br>
&gt; OpenLayers and cache the tiles on the server (like GeoWebCache)?  This<br>
&gt; should solve your resizing problems and your slow rendering...<br>
&gt;<br>
&gt; Jon<br>
&gt;<br>
&gt; On 11 May 2010 09:10, Heiko Schröter &lt;<a href="mailto:schroete@iup.physik.uni-bremen.de">schroete@iup.physik.uni-bremen.de</a>&gt;wrote:<br>
&gt;<br>
&gt; &gt; Hello,<br>
&gt; &gt;<br>
&gt; &gt; we have several WMS Layers some  of which are expensive (in machine cycles)<br>
&gt; &gt; to render raster images. We do observe that each time the Browser Window is<br>
&gt; &gt; rezised or the user pans/zooms a WMS request is generated for every<br>
&gt; &gt; zoom/pan/resize level.<br>
&gt; &gt;<br>
&gt; &gt; Is there a possibility in OpenLayer to supress the rerendering or the newly<br>
&gt; &gt; generated WMS requests till the zoom/pan/resize comes to a halt for certain<br>
&gt; &gt; period of time ?<br>
&gt; &gt;<br>
&gt; &gt; The situation now could bust the server if someone has a nervous hand on<br>
&gt; &gt; the mouse ...<br>
&gt; &gt;<br>
&gt; &gt; Thanks and Regards<br>
&gt; &gt; Heiko<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; Users mailing list<br>
&gt; &gt; <a href="mailto:Users@openlayers.org">Users@openlayers.org</a><br>
&gt; &gt; <a href="http://openlayers.org/mailman/listinfo/users" target="_blank">http://openlayers.org/mailman/listinfo/users</a><br>
&gt; &gt;<br>
&gt;<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@openlayers.org">Users@openlayers.org</a><br>
<a href="http://openlayers.org/mailman/listinfo/users" target="_blank">http://openlayers.org/mailman/listinfo/users</a><br>
</div></div></blockquote></div><br></div>