Re: [naviserver-devel] XOTcl and ttrace

2006-02-25 Thread Zoran Vasiljevic
Am 25.02.2006 um 21:29 schrieb Stephen Deasey: Shouldn't the support for XOTcl and ttrace be in the XOTcl package itself? They already ship generic/aol-xotcl.tcl which overrides _ns_savenamespaces etc. The dependency seems slightly backwards -- that naviserver should have to understand the gut

[naviserver-devel] XOTcl and ttrace

2006-02-25 Thread Stephen Deasey
Shouldn't the support for XOTcl and ttrace be in the XOTcl package itself? They already ship generic/aol-xotcl.tcl which overrides _ns_savenamespaces etc. The dependency seems slightly backwards -- that naviserver should have to understand the guts of XOTcl, a non-required package. And keeping t

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] Last Updates

2006-02-25 Thread Vlad Seryakov
Stephen, I always run the latest CVS, something is not right with the server after last updates, it is taking all CPU and does not serve connections, i will debug further, just to let you know. It looks like WriteConn never exits, all thread are constantly running. -- Vlad Seryakov 571 262-8

[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