<span class="Apple-style-span" style="font-family: Verdana, Arial, 'Bitstream Vera Sans', Helvetica, sans-serif; font-size: 13px; "><p>I found Tahoe HTTP connections never timeout even after long time idle.<br></p>
<p>Below connections from 209.116.42.194 has been idle more than 5 hours because that client has been shutdown. But the connections are still there and never timeout.</p><p>When the server in this state, it stopped to server any FTP or HTTP request to file access.</p>
<p>[slin@trilobite dataplug_node]$ sudo netstat -anvp | grep 4307<br>tcp 0 0 <a href="http://192.168.0.67:8021">192.168.0.67:8021</a> 0.0.0.0:* LISTEN 4307/python<br>tcp 0 0 <a href="http://0.0.0.0:54842">0.0.0.0:54842</a> 0.0.0.0:* LISTEN 4307/python<br>
tcp 0 0 <a href="http://192.168.0.67:3456">192.168.0.67:3456</a> 0.0.0.0:* LISTEN 4307/python<br>tcp 0 138 <a href="http://192.168.0.67:54842">192.168.0.67:54842</a> <a href="http://184.72.37.235:40710">184.72.37.235:40710</a> ESTABLISHED 4307/python<br>
tcp 0 0 <a href="http://192.168.0.67:3456">192.168.0.67:3456</a> <a href="http://209.116.42.194:23295">209.116.42.194:23295</a> ESTABLISHED 4307/python<br>tcp 0 0 <a href="http://192.168.0.67:3456">192.168.0.67:3456</a> <a href="http://209.116.42.194:1981">209.116.42.194:1981</a> ESTABLISHED 4307/python<br>
tcp 0 0 <a href="http://192.168.0.67:3456">192.168.0.67:3456</a> <a href="http://76.103.53.188:17654">76.103.53.188:17654</a> ESTABLISHED 4307/python<br>tcp 1 0 <a href="http://192.168.0.67:8021">192.168.0.67:8021</a> <a href="http://192.168.0.100:18157">192.168.0.100:18157</a> CLOSE_WAIT 4307/python<br>
tcp 1 0 <a href="http://192.168.0.67:8021">192.168.0.67:8021</a> <a href="http://192.168.0.100:18161">192.168.0.100:18161</a> CLOSE_WAIT 4307/python<br>tcp 0 0 <a href="http://192.168.0.67:3456">192.168.0.67:3456</a> <a href="http://76.103.53.188:17655">76.103.53.188:17655</a> ESTABLISHED 4307/python<br>
tcp 1 0 <a href="http://192.168.0.67:8021">192.168.0.67:8021</a> <a href="http://192.168.0.100:18149">192.168.0.100:18149</a> CLOSE_WAIT 4307/python<br>tcp 0 0 <a href="http://192.168.0.67:3456">192.168.0.67:3456</a> <a href="http://76.103.53.188:17622">76.103.53.188:17622</a> ESTABLISHED 4307/python<br>
tcp 0 0 <a href="http://192.168.0.67:48910">192.168.0.67:48910</a> <a href="http://184.72.37.235:9019">184.72.37.235:9019</a> ESTABLISHED 4307/python<br>tcp 1 0 <a href="http://192.168.0.67:8021">192.168.0.67:8021</a> <a href="http://192.168.0.100:18159">192.168.0.100:18159</a> CLOSE_WAIT 4307/python<br>
tcp 0 0 <a href="http://192.168.0.67:3456">192.168.0.67:3456</a> <a href="http://76.103.53.188:18130">76.103.53.188:18130</a> ESTABLISHED 4307/python<br>tcp 1 0 <a href="http://192.168.0.67:8021">192.168.0.67:8021</a> <a href="http://192.168.0.100:18151">192.168.0.100:18151</a> CLOSE_WAIT 4307/python<br>
tcp 1 0 <a href="http://192.168.0.67:8021">192.168.0.67:8021</a> <a href="http://192.168.0.100:18132">192.168.0.100:18132</a> CLOSE_WAIT 4307/python<br>netstat: no support for `AF INET (sctp)' on this system.<br>netstat: no support for `AF INET (sctp)' on this system.<br>
netstat: no support for `AF IPX' on this system.<br>netstat: no support for `AF AX25' on this system.<br>netstat: no support for `AF X25' on this system.<br>netstat: no support for `AF NETROM' on this system.</p>
</span>