Ok thanks, I keep all of them in one file only, so I should be fine on that one.

On 16/03/2008, Robert Seeger <[EMAIL PROTECTED]> wrote:
>
>  As a minor suggestion, be organized in where you create filters for your
> pages so that you can locate those calls later (and find any/all filters
> you've registered). If I recall correctly, there's no way to get a list of
> registered filters... which can make debugging later difficult.
>
>  Rob Seeger
>
>
>  Xavier Bourguignon wrote:
>  Excellent, thank you, that was exactly what I was looking for.
>
> On 15/03/2008, Michael A. Cleverly <[EMAIL PROTECTED]> wrote:
>
>
>  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.
>
>
>
>
>
>
>
>
> --
> 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.
>
>
>
>


-- 
Xavier Bourguignon


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