You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Paul Lindner (JIRA)" <ji...@apache.org> on 2008/03/30 01:47:24 UTC

[jira] Created: (SHINDIG-164) Add support for fetching content using gzip encoding

Add support for fetching content using gzip encoding
----------------------------------------------------

                 Key: SHINDIG-164
                 URL: https://issues.apache.org/jira/browse/SHINDIG-164
             Project: Shindig
          Issue Type: Improvement
          Components: Gadgets Server - Java
            Reporter: Paul Lindner


When fetching remote content we should request gzip/deflate encoded content.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (SHINDIG-164) Add support for fetching content using gzip encoding

Posted by "Kevin Brown (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Brown closed SHINDIG-164.
-------------------------------

    Resolution: Fixed

I'm rolling this into the Guice patch (SHINDIG-152), so it'll be committed tonight.

> Add support for fetching content using gzip encoding
> ----------------------------------------------------
>
>                 Key: SHINDIG-164
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-164
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Gadgets Server - Java
>            Reporter: Paul Lindner
>         Attachments: gzip.patch
>
>
> When fetching remote content we should request gzip/deflate encoded content.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SHINDIG-164) Add support for fetching content using gzip encoding

Posted by "Paul Lindner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Lindner updated SHINDIG-164:
---------------------------------

    Attachment: gzip.patch

This patch supports gzip/deflate encoding.

> Add support for fetching content using gzip encoding
> ----------------------------------------------------
>
>                 Key: SHINDIG-164
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-164
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Gadgets Server - Java
>            Reporter: Paul Lindner
>         Attachments: gzip.patch
>
>
> When fetching remote content we should request gzip/deflate encoded content.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SHINDIG-164) Add support for fetching content using gzip encoding

Posted by "Paul Lindner (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SHINDIG-164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12584533#action_12584533 ] 

Paul Lindner commented on SHINDIG-164:
--------------------------------------

If you're using an upstream content cache it makes a big difference. 

I was able to cache 2-3x more items by applying the above patch, which increased the cache hit ratio. 


> Add support for fetching content using gzip encoding
> ----------------------------------------------------
>
>                 Key: SHINDIG-164
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-164
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Gadgets Server - Java
>            Reporter: Paul Lindner
>         Attachments: gzip.patch
>
>
> When fetching remote content we should request gzip/deflate encoded content.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SHINDIG-164) Add support for fetching content using gzip encoding

Posted by "Kevin Brown (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SHINDIG-164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12583500#action_12583500 ] 

Kevin Brown commented on SHINDIG-164:
-------------------------------------

I don't see that this makes much of a real difference, since the output of the proxied responses would always be gzipped (or not) by the servlet container being used, regardless of what the back end sent. I have a slight preference for leaving BasicRemoteContentFetcher alone until it's built on top of the commons HttpClient.

> Add support for fetching content using gzip encoding
> ----------------------------------------------------
>
>                 Key: SHINDIG-164
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-164
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Gadgets Server - Java
>            Reporter: Paul Lindner
>         Attachments: gzip.patch
>
>
> When fetching remote content we should request gzip/deflate encoded content.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.