On 2005.01.10, Zoran Vasiljevic <[EMAIL PROTECTED]> wrote: > This all is for ADP. > What about ns_return?
No plans for gzip compression in ns_return right now. What uses of ns_return are there that would require on-the-fly gzip compression? If you're using ns_return, using Vlad's ns_gzip will allow you to compress the response before passing it to ns_return. Calling ns_gzip before ns_return is one line of code. In theory, one could use ns_gzip in ADP using ns_adp_dump, ns_gzip, then ns_adp_trunc and ns_adp_puts ... but pushing it into the core makes it much easier as doing it in Tcl is more than just one line of code. Introducing ns_adp_compress makes the process one line of code, just like ns_gzip. -- Dossy -- Dossy Shiobara mail: [EMAIL PROTECTED] Panoptic Computer Network web: http://www.panoptic.com/ "He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on." (p. 70) -- 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.
