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.2.1 -r1.5.2.2 --- openacs-4/packages/acs-core-docs/www/programming-with-aolserver.adp 2 Mar 2019 19:30:05 -0000 1.5.2.1 +++ openacs-4/packages/acs-core-docs/www/programming-with-aolserver.adp 10 Aug 2019 18:05:33 -0000 1.5.2.2 @@ -51,7 +51,7 @@ ns_schedule_proc and ad_schedule_proc each take a -thread flag to cause a -scheduled procedure to run asychronously, in its own thread. It +scheduled procedure to run asynchronously, in its own thread. It almost always seems like a good idea to specify this switch, but there's a problem.

It turns out that whenever a task scheduled with ns_schedule_proc -thread or ad_schedule_proc -thread t is run, AOLserver creates a brand new thread and a brand new interpreter,