Index: openacs-4/packages/acs-core-docs/www/programming-with-aolserver.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/programming-with-aolserver.html,v diff -u -r1.11 -r1.12 --- openacs-4/packages/acs-core-docs/www/programming-with-aolserver.html 28 Jun 2003 05:07:02 -0000 1.11 +++ openacs-4/packages/acs-core-docs/www/programming-with-aolserver.html 20 Aug 2003 16:20:16 -0000 1.12 @@ -42,7 +42,7 @@ which runs frequently, don't use the -thread switch.

Note also that thread is initialized with a copy of what was installed during server startup, so if the procedure table have changed since -startup (e.g. using the APM watch +startup (e.g. using the APM watch facility), that will not be reflected in the scheduled thread.

Using return

The return command in Tcl returns control to the caller procedure.