<div>No, the problem is still raising&nbsp;sometimes...&nbsp;(python 2.5.2 and tilecache 2.0.2)</div>
<div>&nbsp;</div>
<div>Martin<br>&nbsp;</div>
<div><span class="gmail_quote">2008/8/5, Tibor Arpas &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:tibor.arpas@infinit.sk" target="_blank">tibor.arpas@infinit.sk</a>&gt;:</span> 
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi,<br><br>I too get the &quot;No buffer space available&quot;. After that happens, my<br>Windows 2003 Server cannot open new TCP connections from any<br>
application. Some of the old ports which are already bound seem to<br>work (RDP, Oracle). The IIS on the other hand is reseting all new<br>connections. The only remedy I&#39;ve found so far is restarting the<br>machine. This is Python <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://2.5.2./" target="_blank">2.5.2.</a><br>
<br>Martin, did you find solution for this? Does anybody successfully use<br>seeding on Windows (what version of python)? Looks like urllib2 or<br>underlying layers are not releasing resources properly.<br><br>Tibor<br><br>
<br><br><br><br>On Fri, Jun 20, 2008 at 7:14 PM, Martin Ouellet &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:geomartino@gmail.com" target="_blank">geomartino@gmail.com</a>&gt; wrote:<br>&gt; I&#39;ve tried both (&quot;system managed&quot; and increase MaxUserPort and/or decrease<br>
&gt; TCPTimedWaitDelay) but I still got the same message after a while???<br>&gt;<br>&gt; Thanks Fredrik and if something else come up to your mind, please free to<br>&gt; let me know!<br>&gt;<br>&gt; Martin<br>&gt;<br>&gt; 2008/6/19 Fredrik Lundh &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:fredrik@pythonware.com" target="_blank">fredrik@pythonware.com</a>&gt;:<br>
&gt;&gt;<br>&gt;&gt; &gt; After a while of seeding tiles with the current command:<br>&gt;&gt; &gt; C:\Python25\python tilecache_seed.py<br>&gt;&gt; &gt; &quot;<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://localhost/tilecache/tilecache.cgy" target="_blank">http://localhost/tilecache/tilecache.cgy</a>?&quot; osl_baselayer 8 9<br>
&gt;&gt; &gt; &quot;30000,75000,869680,1097720&quot;<br>&gt;&gt; &gt;<br>&gt;&gt; &gt; the following error message shows up:<br>&gt;&gt; &gt; urllib2.URLError: &lt;urlopen error (10055, &#39;No buffer space available&#39;)&gt;<br>
&gt;&gt;<br>&gt;&gt; this means that winsock has run out of memory, possibly because it<br>&gt;&gt; runs out of TCP socket buffers or port numbers (since closed sockets<br>&gt;&gt; are kept for a while, in case new packages arrive).<br>
&gt;&gt;<br>&gt;&gt; a quick googling indicates that you may get around this by increasing<br>&gt;&gt; the size of the paging file (or setting it to &quot;system managed&quot;).&nbsp;&nbsp;if<br>&gt;&gt; that doesn&#39;t help, you may have to tweak the TCP parameters (increase<br>
&gt;&gt; MaxUserPort and/or decrease TCPTimedWaitDelay):<br>&gt;&gt;<br>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://support.microsoft.com/kb/196271/en-us" target="_blank">http://support.microsoft.com/kb/196271/en-us</a><br>
&gt;&gt;<br>&gt;&gt; maybe the seed application could check for this error, and sleep for a<br>&gt;&gt; few minutes (TCPTimedWaitDelay is 120 seconds by default) before<br>&gt;&gt; retrying the request?<br>&gt;&gt;<br>&gt;&gt; &lt;/F&gt;<br>
&gt;&gt; _______________________________________________<br>&gt;&gt; Tilecache mailing list<br>&gt;&gt; <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:Tilecache@openlayers.org" target="_blank">Tilecache@openlayers.org</a><br>
&gt;&gt; <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://openlayers.org/mailman/listinfo/tilecache" target="_blank">http://openlayers.org/mailman/listinfo/tilecache</a><br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>
&gt; Tilecache mailing list<br>&gt; <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:Tilecache@openlayers.org" target="_blank">Tilecache@openlayers.org</a><br>&gt; <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://openlayers.org/mailman/listinfo/tilecache" target="_blank">http://openlayers.org/mailman/listinfo/tilecache</a><br>
&gt;<br>&gt;<br></blockquote></div><br>