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
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
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
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
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