Hi, I'm trying to find the correct place to load "libtbcload", the library to load ".tbc" files along with three tbc files.
Should I place load/source in /modules/tcl/namespace.tcl e.g. in _ns_getinit? This works, but I don't know if that's a good idea or if it is efficient; and it is called after my modules are already loaded. If I write a file with "load libtbcload" and want all the other modules+tbc files be sourced before _ns_getinit is called, the server starts but on the first request it breaks with the "called a copy of a compiled script" message. Regards, Bernd.
