Re: mp2: does not get alarm timeout

2004-11-29 Thread Stas Bekman
Stas Bekman wrote: I'm using mod_perl 2.0 with apache server 2.0.52 and perl version 5.8.0. The problem is that with mod_perl alarm() doesn't get timeout through apache mod_perl. It works fine on the command with perl 5.8.0. It also works with cgi. The news so far: at the moment the use of signals

Re: mp2: does not get alarm timeout

2004-11-29 Thread Stas Bekman
Stas Bekman wrote: Shreeguru KS wrote: Hi, I'm using mod_perl 2.0 with apache server 2.0.52 and perl version 5.8.0. The problem is that with mod_perl alarm() doesn't get timeout through apache mod_perl. It works fine on the command with perl 5.8.0. It also works with cgi. I wrote a test and indeed

Re: mp2: does not get alarm timeout

2004-11-29 Thread Stas Bekman
Shreeguru KS wrote: Hi, I'm using mod_perl 2.0 with apache server 2.0.52 and perl version 5.8.0. The problem is that with mod_perl alarm() doesn't get timeout through apache mod_perl. It works fine on the command with perl 5.8.0. It also works with cgi. I wrote a test and indeed it doesn't work. No

mp2: does not get alarm timeout

2004-11-28 Thread Shreeguru KS
Hi, I'm using mod_perl 2.0 with apache server 2.0.52 and perl version 5.8.0. The problem is that with mod_perl alarm() doesn't get timeout through apache mod_perl. It works fine on the command with perl 5.8.0. It also works with cgi. The script is given below. Could somebody let me know what's go