On Jun 13, 2005, at 7:45 PM, Dossy Shiobara wrote:
Am I missing something, or where do you ever set schedule_roll to something other than 0?
Good point. It worked, so I never noticed that (I didn't write this, I borrowed it).
Still, this Tcl shouldn't get sourced in more than once at server start-up anyway. It shouldn't be getting executed once per thread and/or interp init. Unless, in some other .tcl file, you have something that goes and iterates over all the files in your Tcl libraries and does some [source]'ing of files on interp init or somesuch.
I don't. no. In case this detail has gotten lost, this was being placed in /usr/local/aolserver/modules/tcl. I have been doing this for years, and it has always worked before (where worked is defined as being sourced only once). I subsequently moved it into my private Tcl library and it's only being sourced once there, so I have a workaround but as far as I can tell this is new behavior in 4.0.10. janine -- 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.
