I&#39;ve tried both (&quot;system managed&quot; and increase MaxUserPort and/or decrease TCPTimedWaitDelay) but I still got the same message after a while???<br><br>Thanks Fredrik and if something else come up to your mind, please free to let me know!<br>
<br>Martin<br><br><div class="gmail_quote">2008/6/19 Fredrik Lundh &lt;<a href="mailto:fredrik@pythonware.com">fredrik@pythonware.com</a>&gt;:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">&gt; After a while of seeding tiles with the current command:<br>
&gt; C:\Python25\python tilecache_seed.py<br>
&gt; &quot;<a href="http://localhost/tilecache/tilecache.cgy" target="_blank">http://localhost/tilecache/tilecache.cgy</a>?&quot; osl_baselayer 8 9<br>
&gt; &quot;30000,75000,869680,1097720&quot;<br>
&gt;<br>
&gt; the following error message shows up:<br>
&gt; urllib2.URLError: &lt;urlopen error (10055, &#39;No buffer space available&#39;)&gt;<br>
<br>
</div>this means that winsock has run out of memory, possibly because it<br>
runs out of TCP socket buffers or port numbers (since closed sockets<br>
are kept for a while, in case new packages arrive).<br>
<br>
a quick googling indicates that you may get around this by increasing<br>
the size of the paging file (or setting it to &quot;system managed&quot;). &nbsp;if<br>
that doesn&#39;t help, you may have to tweak the TCP parameters (increase<br>
MaxUserPort and/or decrease TCPTimedWaitDelay):<br>
<br>
 &nbsp; &nbsp;<a href="http://support.microsoft.com/kb/196271/en-us" target="_blank">http://support.microsoft.com/kb/196271/en-us</a><br>
<br>
maybe the seed application could check for this error, and sleep for a<br>
few minutes (TCPTimedWaitDelay is 120 seconds by default) before<br>
retrying the request?<br>
<br>
&lt;/F&gt;<br>
_______________________________________________<br>
Tilecache mailing list<br>
<a href="mailto:Tilecache@openlayers.org">Tilecache@openlayers.org</a><br>
<a href="http://openlayers.org/mailman/listinfo/tilecache" target="_blank">http://openlayers.org/mailman/listinfo/tilecache</a><br>
</blockquote></div><br>