Index: openacs-4/packages/acs-core-docs/www/programming-with-aolserver.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/programming-with-aolserver.adp,v diff -u -N -r1.5 -r1.5.2.1 --- openacs-4/packages/acs-core-docs/www/programming-with-aolserver.adp 25 Apr 2018 08:38:28 -0000 1.5 +++ openacs-4/packages/acs-core-docs/www/programming-with-aolserver.adp 2 Mar 2019 19:30:05 -0000 1.5.2.1 @@ -1,5 +1,5 @@ -{/doc/acs-core-docs {ACS Core Documentation}} {Programming with AOLserver} +{/doc/acs-core-docs/ {ACS Core Documentation}} {Programming with AOLserver} Programming with AOLserver

-Programming with AOLserver

<authorblurb>

By Michael Yoon, Jon Salz and Lars -Pind.

</authorblurb>
+Programming with AOLserver
+

By Michael Yoon, Jon Salz and Lars Pind.

+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 of global @@ -40,7 +42,7 @@ that would affect (and complicate) our use of script-global variables dramatically, which would then be better described as thread-global variables. -Given AOLserver's behaviour, however, "script-global" +Given AOLserver's behavior, however, "script-global" is a more appropriate term.

@@ -228,8 +230,8 @@ However, when using ns_set get to 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: programming-with-aolserver.xml,v 1.9 -2017/12/22 13:23:35 gustafn Exp $)

+number of entries is large.

($‌Id: programming-with-aolserver.xml,v 1.10 +2018/09/30 15:53:28 gustafn Exp $)