<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body>
Christopher Hicks wrote:<br>
<blockquote type="cite"
 cite="midPine.LNX.4.44.0306181045430.22184-100000@yakko.chicks.net">
  <pre wrap="">On Wed, 18 Jun 2003, paul POULAIN wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">If you experiment LLLOOOONNNGGG response times in some parts of Koha, 
tell us. If you don't tell us too.
I would like to find if it's a Mandrake, or Apache 2.0.x problem.
(LLOONNGG means something like 5-7 minuts : the httpd script timeout 
length it seems)
    </pre>
  </blockquote>
  <pre wrap=""><!---->
One of the things I found in moving to Apache 2.0 was that if my scripts
produce more than a certain volume of error logging per invocation things
locked up for extended periods of time "inexplicably".  This was running
Perl scripts in a CGI fashion on RH8.  I'm experimenting with the same
Perl code in mod_perl 1.99 and I haven't had the same problem crop up, but
I haven't pushed the limits with it.

Nothing shows up in the 2.0 ChangeNotes for the last 10 minor releases of
apache that seems to reference anything like this.  I haven't been able to
find anything on google indicating that anyone else has experienced this
either.  If you happen to find you're having a similar problem and
reducing the amount of info going to the error log "fixes" your problem
please let me know and I'll dig a little harder in a few more places.
  </pre>
</blockquote>
That's almost the same problem for me...<br>
A sample : if I call in a script a <a class="moz-txt-link-freetext" href="MARC::Record.pm">MARC::Record.pm</a> function with wrong
or invalid parameters, the pm is supposed to return a warning, and die.<br>
With apache 2.0, it seems to be running and running until httpd timeout.<br>
Then, the log is filled with hundreds of warnings (the one reported by
.pm, repeated).<br>
It seems that the process forks, and forks, and forks forever, until
apache stops it.<br>
<br>
I tried to ask on some mailing lists, but could not get any answer.
Feel free to dig yourself an report any success in your search.<br>
<pre class="moz-signature" cols="72">-- 
Paul POULAIN
Consultant ind&eacute;pendant en logiciels libres
responsable francophone de koha (SIGB libre <a class="moz-txt-link-freetext" href="http://www.koha-fr.org">http://www.koha-fr.org</a>)
</pre>
</body>
</html>