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/03/11 11:08:46 UTC

[jira] Closed: (SHINDIG-36) Make cache-set options asynchronous in GadgetServer.processGadget()

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

Kevin Brown closed SHINDIG-36.
------------------------------

    Resolution: Fixed

Implementations may now implement this themselves depending on their particular implementations of DataFetcher<T>.  Default data fetchers do not block on insertions and insert in amortized constant time so this is unnecessary.

> Make cache-set options asynchronous in GadgetServer.processGadget()
> -------------------------------------------------------------------
>
>                 Key: SHINDIG-36
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-36
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Gadgets Server - Java
>            Reporter: John Hjelmstad
>            Assignee: Kevin Brown
>            Priority: Minor
>
> At present, GadgetSpec object caching blocks continued processing of a Gadget request (GadgetServer.java@381). It should be possible, if not standard, for the cache-set operation to occur independently of additional processing (assuming a Thread is available for doing so).

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