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

[jira] Created: (SHINDIG-173) Provide useful caching implementations.

Provide useful caching implementations.
---------------------------------------

                 Key: SHINDIG-173
                 URL: https://issues.apache.org/jira/browse/SHINDIG-173
             Project: Shindig
          Issue Type: New Feature
          Components: Gadgets Server - Java
            Reporter: Kevin Brown
            Assignee: Kevin Brown


Currently, Shindig has virtually no real caching to speak of. We handle the manifest xml files (gadget specs and message bundles) very poorly because we don't ever refresh them, and we don't cache the results of proxied requests at all.

To remedy this situation, I'd like to see the injection of some (optional) real caching into the stack.

I'm leaning towards using memcached for this task. It's a well-tested solution for distributed caching, and it will satisfy the needs of the vast majority of users.

The Guice patch (SHINDIG-152) will make integrating this much easier, so once that is committed proceeding with this cache should become an obvious task.

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