Hi, Stas

   # working around buggy opera multipart/form-data
   eval {
       local $SIG{ALRM} =
           sub { die "Sorry timed out. Please try again\n" };
       alarm 1;
       $apr->param;
       alarm 0;
   };
   warn "works ok\n";

It doesn't work :( Any other suggestions ?
Alex

Stas Bekman wrotes:

using SIGALRM is documented here:
http://perl.apache.org/docs/1.0/guide/debug.html#Handling_Server_Timeout_Cases_and_Working_with__SIG_ALRM_






--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to