[ 
https://issues.apache.org/jira/browse/JCS-238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17774458#comment-17774458
 ] 

Murali Thirugnanam commented on JCS-238:
----------------------------------------

Yes, I have tried changing it to use CacheAccess (instead of AuxiliaryCache) 
using JCS.getInstance(), but values put by an application (war) is not 
available in another application (war) deployed under the same JBoss.

Please suggest. Thanks.
{code:java}
            CacheAccess<CacheKey, CacheValue> testCache = 
JCS.getInstance("testCache");
            testCache.put(key, value, new ElementAttributes());{code}

> Every update to JCS Remote Cache update takes nearly ~2 seconds
> ---------------------------------------------------------------
>
>                 Key: JCS-238
>                 URL: https://issues.apache.org/jira/browse/JCS-238
>             Project: Commons JCS
>          Issue Type: Bug
>          Components: RMI Remote Cache
>    Affects Versions: jcs-3.1
>            Reporter: Murali Thirugnanam
>            Priority: Major
>             Fix For: jcs-3.1
>
>         Attachments: cache-client.ccf, cache-server.ccf
>
>
> We are using JCS Remote Cache to have cache available for all the 
> applications, but the every update to the remote cache takes approximately 2 
> seconds.
> Attaching the client and server cache.ccf files for your reference. Please 
> suggest if anything in the configuration to avoid this issue.
> Kindly help to avoid this delay required to update the cache. 
> [^cache-client.ccf]
> [^cache-server.ccf]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to