Forum OpenACS Q&A: Newbie: Reloaded Tcl code doesn't update

When I attempt to reload a modified Tcl script, AOL server does not
update the new code; it outputs the results of the old version. So if
I output "Hello World" and then change the code to output "Hello World
again", reloading the browser displays "Hello World".

Rebooting the systems will update the script but I thought there might
be an easier way 😉

Collapse
Posted by Dan Wickstrom on
I believe that sending SIGUSR2 on unix/linux should cause the scripts to be sourced again.