Forum OpenACS Development: Re: Re: Re: Get number of visitors currently browsing the site

Malte, i see. look into modules/tcl/xotcl.tcl to understand,
what happens during loading. The .xotcl files are not
sourced after the .tcl files in general, since they are sourced by a .tcl file.
There is no big magic involved. If you have xotcl.tcl still
under modules, and you load libthread at some later time,
and you source thread_mod.xotcl before that, it won't work.

It should be possible to source xotcl.tcl in 0-acs-init.tcl
after the "package require Thread" (if this is the right
place, and the files there are ns_evaled). It should also
be possible to add the "package require Thread" to the
begin of thread_mod.xotcl (with the disadvantage that it
will cause problems with aolserver 3.*).

i can't diagnostic the other error messages. i have also
downgraded my notebook to the files of the 0.3-tar file,
but i did not get the parenthesis mismatch...

-gustaf