On Mon, Jun 13, 2005 at 08:18:54PM -0700, Tom Jackson wrote: > There are literally dozens of examples in OACS, and elsewhere that a correctly > placed ns_schedule_* only schedules once per server startup. The only
Of course, because AOLserver only has one scheduler thread, after all. Which is also why if you schedule a long running job, you usually want to tell the scheduler to spawn a new thread for the job, rather than running it in the scheduler thread. When the scheduler thread is running something - anything - it cannot start any other scheduled jobs. -- Andrew Piskorski <[EMAIL PROTECTED]> http://www.piskorski.com/ -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
