Jeremy Henty said: > Thanks again to Bas and Dossy! I'm digging through init.tcl to see how "init.tcl" in modules/tcl isn't actually the "init script" we are talking about. The file you are looking at is simply the first .tcl file in that directory that gets loaded, before the others are done. The init script is generated on startup and only lives in memory.
> nsd_* . Are they shared across *all* Tcl interpreters or just those for > one > virtual host? What about mutexes? If one virtual host locks a mutex will I am not sure about those, to be honest. I have always assumed the new "nsv" shared variables are on a per-server basis but never investigated. (but that would be easily tested. > That's exactly why I'm asking all these questions! I'm looking at porting > an ACS-based site to virtual hosts and I'm trying to figure out everything > that could go wrong. I know very little about the ACS's internals, so can't give you any advice there... How about you make two copies of the ACS database and create two the same instances on two different virtual servers with different database pools? Then run a load test against both of them and see if they blow up. Cheers, Bas. -- 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.
