On Sat, Mar 15, 2008 at 12:03 PM, Xavier Bourguignon <[EMAIL PROTECTED]> wrote: > I want to call a procedure everytime a request starts and another proc > everytime a request ends. > Is this possible? If so how or where do I do that?
The command you are seeking is ns_register_filter (see http://aolserver.com/docs/devel/tcl/api/general.html#ns_register_filter). Use either a preauth filter to call a procedure at the beginning of the request and a trace filter to call one at the end of the request. Michael -- 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.