Just to update you guys, and I am sure you know this already but I
want to make sure this is correct and that there isn't a better way of
doing this. Everytime I call the ns_returnredirect, it seems that the
server is in fact processing another request, so I end up having my
original request to the server plus 1 more request processed once
returnredirect is called. Is my analysis correct? Is this putting more
load on the server for no good reason?
Maybe I could create a new procedure (lets call it serve_page for our
discussion purpose), this procedure would parse the adp file I need to
display and append its result to the output buffer. Maybe there is
already something like this that exists, but I don't know enough about
aolserver I'm afraid to know of such functionality.

Anyway, thank you all for your comments. I feel like a noob, and yes,
I am when it comes to aolserver, but far from it when it comes to
other technologies.

Thanks again.

On 20/03/2008, Robert Seeger <[EMAIL PROTECTED]> wrote:
> Honestly, I have... but something like "ns_adp_forward" really should be
>  built in.
>
>  Rob Seeger
>
>
>  Don Baccus wrote:
>  > On Mar 19, 2008, at 8:08 PM, Robert Seeger wrote:
>  >
>  >> I've never been fond of the fact that AOLServer has no "internal
>  >> redirect" mechanism.
>  >>
>  >
>  > You can implement your own, in Tcl.  We have one in OpenACS, but it's
>  > tied slightly to our way of mapping URLs to paths, and our template
>  > engine.
>  >
>  > But conceptually, it's simple and yes, useful, we use it in many
>  > places within the toolkit.
>  >
>  >
>  > --
>  > 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