Forum OpenACS Development: Re: Naviserver global Tcl libraries reload

Collapse
Posted by Siqsuruq Siqsuruq on
Sorry may be its a wrong place to ask this question, but actually in this particular case no, im not working with OpenACS. Its a small web application for a client.
Ive been reading about ns_eval, is this a way i need to go. Thank you
Collapse
Posted by Gustaf Neumann on
The right place to ask for is the naviserver-devel list [1]. Yes, "ns_eval source" is for plain NaviServer the easiest way to go. Simple guideline:
- "source ...": update definitions in the current thread
- "ns_eval source ...": update the blueprint of all Tcl threads of a server.
See also [2] for blueprint and libraries, or [3] for more detailed manipulation of blueprints.

-gn

[1] https://sourceforge.net/p/naviserver/mailman/
[2] https://naviserver.sourceforge.io/n/manual/files/tcl-overview.html
[3] https://naviserver.sourceforge.io/n/naviserver/files/ns_ictl.html