+---------- On Jul 19, Jim Wilcoxson said: > Separate routines makes it harder to find out "how do I do this > thing?",
That sounds more like a problem of inadequate documentation. > Overloading ns_conn is easy in TCL: It's not as easy as NOT overloading it, and it slows down every invocation of ns_conn. That might or might not be a problem. If you have several libraries that each want to add ns_conn subcommands, you get an extra layer of overhead for each library. -- 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.
