On Apr 11, 2007, at 9:00 AM, patrick o'leary wrote:

Something that might be of use is the tcl-lib profiler
http://www.tcl.tk/community/tcl2004/Tcl2003papers/kupries-doctools/ tcllib.doc/profiler/profiler.html

Which gives a little insight into proc calls. Might be of use to you, obviously use with care and don't enable it
on all production requests.

The tcllib profiler doesn't like living inside aolserver, because it redefines "proc" and some other core things and aolserver doesn't like that. I've tried to use it in the past, but not with success. Instead, I make sure the adp page calls a tcl proc, and then I profile the tcl proc on the tclsh command line, which works ok.

-john




--
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.

Reply via email to