<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.0.6603.0">
<TITLE>zserver blocking behavior with a slow request</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Arial">On a production Zope (2.7.6) running behind apache and connected to an Oracle database,&nbsp; I'm finding that once a user requests a page which runs a particularly slow sql (say up to 5 minutes), any other subsequent requests seem to take the hit as well, and return very slowly.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">I have 8 zserver threads and a ZODB pool size of 10.&nbsp; I'm fairly certain I'm not maxing these out.&nbsp; So is this blocking effect just expected behavior for zope?&nbsp; One point of note is that the requests passed from apache all bear the remote ip of 127.0.0.1.&nbsp; Could zserver be throttling the incoming requests due to their identical REMOTE_IP (or some other apache configuration detail)?&nbsp; Is there anything else I should investigate?</FONT></P>

<P><FONT SIZE=2 FACE="Arial">OH btw, I am using my own connection pool and managing db interface / transactions manually, so ZSQL should not be considered a culprit.&nbsp; Furthermore I'm watching the connections/pool themselves and they are not maxed either.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">Thanks for any help.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Jim</FONT>
</P>

</BODY>
</HTML>