Re: [naviserver-devel] Loading of global modules

2006-02-25 Thread Stephen Deasey
On 2/25/06, Zoran Vasiljevic <[EMAIL PROTECTED]> wrote: > Hi! > > Can somebody explain me why are the global modules > loaded as part of the prestart callbacks instead of > directly from within bin/init.tcl ?? > > ns_runonce -global { > ns_atprestartup { > set modules [ns_configsectio

[naviserver-devel] Loading of global modules

2006-02-25 Thread Zoran Vasiljevic
Hi! Can somebody explain me why are the global modules loaded as part of the prestart callbacks instead of directly from within bin/init.tcl ?? ns_runonce -global { ns_atprestartup { set modules [ns_configsection ns/modules] if {$modules ne ""} { foreach {module f