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
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
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
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