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 under threaded mpms is out of question, because there is no way to ensure that the thread that sent the signal will receive it. Unless someone writes some daemon that handles that (never done this before)


You can read the thread I've started on the httpd-dev list:
http://marc.theaimsgroup.com/?t=110175278300007&r=1&w=2

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to