On Monday 13 June 2005 20:55, Andrew Piskorski wrote: > 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.
Not of course (obviously Janine has a counter example). This is the result of the way ns_schedule_* works. If you register the same proc N times, you get it run N times. The question is what in Janine's code is calling the same thing N times. This is the bug. Just to be clear: you could have multiple scheduler threads which divide the work of running scheduled procedures, this bug would still exist. tom jackson -- 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.
