On 2005.06.13, Janine Sisk <[EMAIL PROTECTED]> wrote: > I just upgraded several sites from AOLserver 4.0.8 to 4.0.10. I added > the following script to /usr/local/aolserver/modules/tcl/roll-logs.tcl, > as I always do: [...] > Up to now, the ns_share has kept the proc from being scheduled more > than once. Now, however, with 4.0.10 it seems to be happening in each > thread. So with maxthreads set to 5, the script gets scheduled five > times. > > I know that this is old code and that ns_share was deprecated a long > time ago. Can someone clue me in on what the modern way to schedule > this only once would be?
Strangely, this smells like a config issue -- either an error in your config, or a change to AOLserver that could be breaking backward compatibility. I'm hoping it's the former and not the latter ... :-) What is your private and shared Tcl libraries configured to? Do you have virtual servers configured, or is it a single server? -- Dossy -- Dossy Shiobara mail: [EMAIL PROTECTED] Panoptic Computer Network web: http://www.panoptic.com/ "He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on." (p. 70) -- 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.
