Remigiusz Sokolowski wrote:
>
> Hi!
> I have a question about how to load at startup scripts in few different
> files in certain sequence.
> Is there some precedence of it or need I take care by myself?
>         Thanks in advance
>         Remigiusz

I checked it in server.log, because each loaded tcl library file shows up there.
Well, (at least for the files in aolserverhome/modules/tcl) it looks like
init.tcl
gets loaded first, then other files from that directory in alphabetical order.

As for the files from server's private library (specified eg. by
ns_param library '/library/directory' ) the order is alphabetical.
Thus if you want some file to be loaded before all others, name it
000-loadfirst.tcl. If you want one to be loaded last, name it
zzz-loadlast.tcl.

Regards,
 Marcin

--
   Marcin Bajer | http://dreakmore.tigana.pl | mailto:[EMAIL PROTECTED]
--------------------------------------------------------------------------
 May your camel be as swift as the wind.

Reply via email to