+---------- On Feb 17, Andrew Piskorski said:
> When AOLserver 4.0 is running with EnableTclPages on, does it cache
> the compiled Tcl page bytecode?  Or does it recompile from source to
> bytecode every single time the Tcl page is hit?

It reloads the file every time.  The code is in aolserver/tcl/file.tcl.

> I believe Rob Mayoff added that bytecode cacheing feature to 3.3+ad13
> (actually earlier, I think to 3.3+ad12), but I was never clear on just
> where in the code he implemented it, so I can't just check by
> comparing the code against 4.0...

That is implemented in file.tcl and tclcache.tcl.  It relies on the
ns_cache command provided by the nscache.so module.  Perhaps someone has
ported that to 4.0.

Reply via email to