> What controls are there to limit the time a page may take to return?

No limits

> What controls are there to kill a page that is running?

No controls.  If you want a TCL script to have a limit, the script has
to have tests inside itself to check the limits and abort processing.

It would be really cool if there were a way to set a CPU and/or real
time limit for scripts from inside the script, and invoke a proc
with args or something, like a signal handler.

Jim

Reply via email to