On Friday 13 August 2004 12:43 pm, Andrew Piskorski wrote: > In the case of the OpenACS Templating System (and in all versions of > ACS back to somewhere around ACS 3.4 or so), the .tcl pages are in > fact compiled to Tcl procs and cached on first use, which eliminates > any performance difference between the two places Tcl code can "live".
Actually the .adp page is compiled to Tcl, appended to the script in the .tcl file, compiled, and the bytecode cached. There's a one-time compile penalty per interpreter. > It would be nice if some of the really handy page-oriented OpenACS > procs, like ad_page_contract, ALSO worked the same way for procedures. > It would also be nice if the Templating System implemenation could be > cleaned up a bit and made easier to hack on. These are, however, > quite minor complaints, and never bothered me much back when I was > using the Templating System on a regular basis. Also, some of them > have even been partially addressed already, e.g.: Originally the templating system was standalone... -- Don Baccus Portland, OR http://donb.furfly.net, http://birdnotes.net, http://openacs.org -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
