From: Gustaf N. <ne...@wu...> - 2012-10-10 16:48:50
|
Am 10.10.12 18:33, schrieb Zoran Vasiljevic: > On 10.10.2012, at 18:15, Jeff Rogers wrote: > >> could that renaming of the core >> tcl command be done as part of the module > sure it can there is no need for an explicit rename, one can register the new command as "ns_set". once the command is overloaded, all handlings of potentially shared ns_sets have to go through the new command which provides the locking.... if there is a place in naviserver, where a ns-set handle is passed to a c-function other than ns_set, it could break. but since i guess, this does not happen, this should be fine. -gustaf |