Am 25.05.2005 um 16:37 schrieb Tom Jackson:
Yes, I use namespace variables to hold package startup info. Cleaning them out would not be good. (Since the variables are set during server startup, they are expected to exist in every thread.)
Tom, It is not the question of deleting all those namespaced vars. Of course they are needed. But some people/software freaks out when for example *additional* variables are added or *existing* ones changed during the processing of the page. This introduces a non-transparent state which is difficult to track and recover from. Hence, in the ideal world, the interp should be left in the pristine state after the page has been processed. This requires a clever garbage-collection mechanism which is IMO too slow to solve in Tcl alone by brute force. Zoran -- 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.
