You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "bruno rovagnati (JIRA)" <ji...@apache.org> on 2008/10/09 22:12:44 UTC

[jira] Updated: (SHINDIG-542) curl_multi fetcher

     [ https://issues.apache.org/jira/browse/SHINDIG-542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

bruno rovagnati updated SHINDIG-542:
------------------------------------

    Attachment: multifetch_metadata_preload.patch

patch that added multi_curl fetching to gadgets/metadata/ service and to preload (signed and unsigned requests)




> curl_multi fetcher
> ------------------
>
>                 Key: SHINDIG-542
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-542
>             Project: Shindig
>          Issue Type: New Feature
>          Components: Gadget Rendering Server (PHP)
>            Reporter: Chris Chabot
>         Attachments: multifetch_metadata_preload.patch
>
>
> With the multiple language pack support, there is already a need to fetch several resources at the same time. The current HttpFetcher implementation does a normal (single) curl request per fetch but we could archive a rather large efficiency improvement if we fetched several of them at the same time.
> Ideally this would be integrated into the current http fetcher classes, so they get the new ability to specify (& return) multiple requests, instead of making a new class for this

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