<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have no idea; all you told is that you use the ZODB, not what server<br>
framework you use to register your views. Is this Grok, Bluebream,<br>
Repoze.BFG, Zope 2 or something else?<br></blockquote><div><br></div><div>Ah yes, sorry about that. I&#39;m using Repoze.BFG . Does that help any?</div><div><br></div><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>Yea, I don&#39;t think it is the &#39;is_alive&#39;. I more mentioned that to help</div><div>diagnose the problem, i.e., whatever the problem is, it also</div>
<div>affects simple views that don&#39;t touch the database at all. </div><div><br></div><div>Hmm, it might be the thread pool issue that you mention. That seems</div><div>to make sense. I&#39;ll have to see if I have any views that are never finishing. Thanks</div>
<div>for the pointer.</div><div><br></div><div>Thanks again,</div><div>- Claudiu</div></div>