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 -N -r1.53.2.3 -r1.53.2.4 --- openacs-4/packages/acs-core-docs/www/programming-with-aolserver.html 27 Jun 2019 18:22:22 -0000 1.53.2.3 +++ openacs-4/packages/acs-core-docs/www/programming-with-aolserver.html 10 Aug 2019 18:05:33 -0000 1.53.2.4 @@ -28,7 +28,7 @@ appropriate term.

Threads and Scheduled Procedures

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 almost always seems like a good idea to +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