I'm trying to gain a better understanding of ns_adp_parse, and was hoping to ask for some insight into it. Specifically, how does:

ns_adp_include $file $arg1 $arg2 ...

differ from:

ns_adp_puts [ns_adp_parse $file $arg1 $arg2 ...]

The issues I can think of are:
* Does the current working directory change in the same way?
* How is out-of-band data handled (cookies, etc)?
* How is control data handled (setting encoding, etc)?
* How are return codes handled (returning a page not found, etc)?

Any comments on how these two commands are different would be welcome. Obviously, I'll be looking into finding out some of this on my own, but I thought others might have more experience than myself and be able to provide information off the top of their heads.

Thanks,
Rob Seeger

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