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.8.2.6 -r1.8.2.7 --- openacs-4/packages/acs-core-docs/www/programming-with-aolserver.html 19 Apr 2003 20:39:33 -0000 1.8.2.6 +++ openacs-4/packages/acs-core-docs/www/programming-with-aolserver.html 29 Apr 2003 05:58:34 -0000 1.8.2.7 @@ -2,7 +2,7 @@ Programming with AOLserver

Programming with AOLserver

by Michael Yoon, Jon Salz and Lars Pind.
- OpenACS docs are written by the named authors, but may be edited + OpenACS docs are written by the named authors, and may be edited by OpenACS documentation staff.

The global command

When using AOLserver, remember that there are effectively two types @@ -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. @@ -212,4 +212,4 @@ perform lookup by name, they perform a linear lookup, whereas arrays use a hash table, so ns_sets are slower than arrays when the number of entries is large. -

($Id$)
View comments on this page at openacs.org
+

($Id$)
View comments on this page at openacs.org