> i would like to prevent any of my mod_perl scripts from running longer
than
> 5 seconds.  is there an elegant way to make a general timeout that
does not
> require changing all my scripts?  i run both Registry and Mason
scripts in
> my environment.

You could try setting an alarm in a fixup handler.  But if you're just
trying to prevent runaway servers, I'd suggest Apache::Resource.

- Perrin

Reply via email to