If by "distributed" you mean that JCS will break up
the data set and store only parts of the total on
various machines, then no.  JCS does not do that.

But if you mean that JCS can broadcast updates and
look in remote locations for data, then yes.

For extremely large data sets, I partition the data
into different remote cache clusters.

What are you trying to do?

Aaron


--- Liqun Du <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> We have a huge amount of data, and would like to
> create a cache farm so we
> can distribute objects. We want an given object
> being stored in one and only
> one cache server. I read the JCS doc, and seemed to
> me that JCS supports
> distributed cache via remote plugins. Can I use JCS
> to build this type
> service? If yes, how to config the JCS?
> 
> Thanks,
> 
> Liqun
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to