Re: Hanging apache child on fork

2005-08-17 Thread Badai Aqrandista
The code that triggers the bug use Apache::Session::File, on an NFS share. Have anyone had problem with that? Do I have some special configuration to give to A::S::File to help it behave correctly on an NFS share? I have never used A::S::File over NFS share, but from what I heard, NFS locking

Re: Hanging apache child on fork

2005-08-17 Thread Benoit Caron
Philippe M. Chiasson wrote: > Benoit Caron wrote: > >>Hello. >> >>I'm having trouble with a new setup on a RedHat Entreprise Linux 4 box. >>The problem is that whenever there is perl code that fork to execute >>something, the apache child hang. > > > Have you read: > > http://perl.apache.org/do

Re: Hanging apache child on fork

2005-08-16 Thread Philippe M. Chiasson
Benoit Caron wrote: > Hello. > > I'm having trouble with a new setup on a RedHat Entreprise Linux 4 box. > The problem is that whenever there is perl code that fork to execute > something, the apache child hang. Have you read: http://perl.apache.org/docs/1.0/guide/performance.html#Forking_and_Ex

Hanging apache child on fork

2005-08-16 Thread Benoit Caron
Hello. I'm having trouble with a new setup on a RedHat Entreprise Linux 4 box. The problem is that whenever there is perl code that fork to execute something, the apache child hang. The problem occur with a specific function is called. But the weird part is that the hang don't occur when that fun