Menu

#4 http/1.1 compression

open
None
5
2001-05-07
2001-04-30
No

Ive been finding that, under IIS 5.0, http/1.1 gzip
compression is reducing the size of my SWF files by
50% and more, where they arent full of JPEGs or GIFs.

I dont know if sevlet engines themselves generally
support http/1.1 compression. I know JRun 2.2.3 does
not.

It might be a usefull thing to build the http/1.1
compression into the jrun servlet itself, and even to
cache both the non-compressed and compressed SWFs.

Discussion

  • Dmitry Skavish

    Dmitry Skavish - 2001-05-05
    • assigned_to: nobody --> skavish
     
  • damien morton

    damien morton - 2001-05-07

    simplistic implementation of http compression

     
  • damien morton

    damien morton - 2001-05-07

    Logged In: YES
    user_id=146051

    Ive done a very simple implementation of http compression.

    It doesnt do any caching of compressed files, but thats
    coming next.

     
  • damien morton

    damien morton - 2001-05-07
    • assigned_to: skavish --> dmorton
     

Log in to post a comment.