[JBoss-user] [JBossCache] - Re: Externalizeable versus Serializeable For Cache Loaders

2005-04-11 Thread [EMAIL PROTECTED]
Yes, Externalizable will help. Another solution is to create a CacheLoader that sits in front of other CacheLoaders, and essentially acts as a queue for requests. We have this on the roadmap as 'Asynchronous CacheLoader'. Note that this reduces reliability though, but you should be okay as you us

[JBoss-user] [JBossCache] - Re: Externalizeable versus Serializeable For Cache Loaders

2005-04-06 Thread jiwils
"[EMAIL PROTECTED]" wrote : sync or async repl ? Can you describe this a bit more in detail ? I will do my best... My application, for testing purposes, consists of a single client, an application instance, and a cache loader instance. The client talks to the application instance that fronts t

[JBoss-user] [JBossCache] - Re: Externalizeable versus Serializeable For Cache Loaders

2005-04-05 Thread [EMAIL PROTECTED]
sync or async repl ? Can you describe this a bit more in detail ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872755#3872755 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872755 ---