> source /path/to/tcl-library
>
> statement at the beginning of the tcl/adp file that uses the library
> procedures. That re-sources the library for the current thread only -
> if you call another page that has no such source statement then it may
> or may not use the new library version.

If you'd like the results to show up in all  threads/interpreters, you can
use

ns_eval [list source file]

which will reinitialize the tcl interps.

You should *definitely* not have this in your production code, since it's
quite slow.

Rusty

Reply via email to