|
IIS standard compression filter works only "second
time" - ie it compresses the resource for future requests while sending the
first one out - not good for dynamic requests. You would need to set it up on
PHP layer - please see if the options are available in your
packages/gateway.
Thanks,
Anatole
----- Original Message -----
Sent: Friday, February 24, 2006 12:53
PM
Subject: Re: [flexcoders] Compress
String
Ok.. It's a way. Do you know how to set compression filter
at IIS ? I'm using PHP. It will work on IE and
Firefox?
thanks, Gustavo (from Brazil)
On 2/24/06, Anatole
Tartakovsky <[EMAIL PROTECTED]> wrote:
Why do not just set compression filter on the
server and list URLs worth compressing there ? The http protocol will
transport compressed info over wire and deliver uncompressed
information to the player. Seems you would get larger benefit with much less
work and transparent solution.
Thank you,
Anatole Tartakovsky
-----
Original Message -----
Sent:
Friday, February 24, 2006 9:04 AM
Subject:
[flexcoders] Compress String
Hi.. I would like to compress a String and send it to a
server. I used compress() function of ByteArray and worked fine. But
I need to do reverse, and the uncompress() function did not works. The
uncompress() function only works in the SAME instance of ByteArray.
(arrgghhhhh)
Is there another way to compress a string? Or any
other custom function to compress?
thanks
!
-- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search
Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED
LINKS
YAHOO! GROUPS LINKS
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
YAHOO! GROUPS LINKS
|