On 2008.04.11, Tom Jackson <[EMAIL PROTECTED]> wrote: > If folks keep anything in mind it should be that applications should > not deal with I/O performance details, at least in AOLserver. > AOLserver is an application server, which means that it serves the > application, the application doesn't serve anything.
This is why compression was implemented the way it is for ADPs. The application should "hint" to the server when compression might be appropriate for a response. But, the server is ultimately responsible for determining if compression can happen, doing the compression and handling the I/O. > It isn't an easy concept, and it shouldn't be handled by modifications > to the ns_return API. Which is why I suggested ns_return_compress, similar to ns_adp_compress but for ns_return'ed responses. -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network | http://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.
