From: Stephen D. <sd...@gm...> - 2005-03-17 12:06:01
|
On Tue, 08 Mar 2005 09:53:21 -0500, Vlad Seryakov <vl...@cr...> wrote: > > /usr/local/ns/ ... > > bin > > include > > lib > > log > > man > > modules > > sample-config.tcl > > servers > > > > Can we move "tcl" from modules/ to the top, ussually modules are > empty directory with tcl entry only, do you use modules/ at all? I didn't realise tcl was in that directory, I was going to suggest moving it in there and renaming it nstcl :-) We have no standard way for people to create Tcl only modules and distribute them as they do binary modules. You often see the instruction "just copy this into your private tcl directory...". I guess we should fix that. My modules directory is full of binary modules. The libnsd.so and libnsdb.so go in the libs directory. A nice Tcl module to ship as standard would be nstelemetry, which is currently a single adp file. With extra hooks into [ns_info filters] etc. it could push back the need for a lot of documentation. |