koha-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Koha] Re: [Koha-devel] Re: Koha Setup Question


From: paul POULAIN
Subject: Re: [Koha] Re: [Koha-devel] Re: Koha Setup Question
Date: Thu Jun 19 00:52:52 2003
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3.1) Gecko/20030425

Christopher Hicks wrote:
On Wed, 18 Jun 2003, paul POULAIN wrote:
  
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)
    

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.
  
That's almost the same problem for me...
A sample : if I call in a script a MARC::Record.pm function with wrong or invalid parameters, the pm is supposed to return a warning, and die.
With apache 2.0, it seems to be running and running until httpd timeout.
Then, the log is filled with hundreds of warnings (the one reported by .pm, repeated).
It seems that the process forks, and forks, and forks forever, until apache stops it.

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.
-- 
Paul POULAIN
Consultant indépendant en logiciels libres
responsable francophone de koha (SIGB libre http://www.koha-fr.org)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]