<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I don&#39;t think that is_alive would be the cause of this, it looks like<br>
a simple enough view. But if your server uses a thread pool, and all<br>
the other threads are now occupied by something that got locked up,<br>
then it could be that the server is not answering your is_alive<br>
request at all because it is waiting for a thread to free up first.<br></blockquote><div><br></div><div>Ah, so it seems that, as I leave the server running longer &amp; longer,</div><div>more &amp; more threads are taken up with a `.recv()` call. I think one of</div>
<div>my clients opens requests and does not read them/close them. Eventually</div><div>all the threads are blocking in that fashion. </div><div><br></div><div>I will fix my clients. But, is there a server-side fix to this (again, using Repoze.BFG)?</div>
<div>Something to time out the connection after 60 seconds or so if nothing has happened?</div><div><br></div><div>Thanks,</div><div>- Claudiu</div></div>