<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:10pt"><div><span>(Sorry, I seem to have mistakenly appended this question to another thread. Reposting hopefully as its own topic.)<br></span></div><div><span><br></span></div><div><span>I am serving 256x256-pixel <span class="bold highlight search-highlight">tiles</span> (OpenLayers.Layer.XYZ) from my own local web server, which are overlayed on top of a Google base map.</span><br><br><span>If I repeatedly double-click on the openlayers map to <span class="bold highlight search-highlight">zoom</span> repeatedly, it fires off a rapid stream of <span class="bold highlight search-highlight">tile</span>
 requests to the local web server. However, I find that if often fails 
to fire the complete set of necessary requests for the final <span class="bold highlight search-highlight">zoom</span> level. For instance, suppose I <span class="bold highlight search-highlight">zoom</span>
 quickly from level 3 to level 8 by double-clicking on the center of the
 map five time. When I get to level 8, it might fill in only three of 
the nine visible overlay <span class="bold highlight search-highlight">tiles</span> in the view. As far as I can tell, the other six XYZ <span class="bold highlight search-highlight">tile</span>
 requests never were made by openlayers to the local web server. Is this
 expected behavior? For instance, is there some point at which 
openlayers stops issuing <span class="bold highlight search-highlight">tile</span> requests if there are too many
 requests outstanding?</span><br><br><span>(In my case it may take a few seconds to generate each <span class="bold highlight search-highlight">tile</span>, so there is indeed a backlog of <span class="bold highlight search-highlight">tile</span> requests for those <span class="bold highlight search-highlight">zoom</span> levels I quickly passed through. The Google basemap <span class="bold highlight search-highlight">tiles</span>, on the other hand, never seem to get lost, but I don't know if this is because they are served more quickly than my <span class="bold highlight search-highlight">tiles</span>, or what.)</span></div><div><span><br></span></div></div></body></html>