[JBoss-user] [JBossCache] - Re: Clustered Transactional Replicated TreeCache with single

2005-07-20 Thread swami_venkat
Hi Guys,

I used JOTM and it works fine. Also considering that I used it in a web 
services context with Jetty being the HTTP Server

We have synchronous replication...and no problems till now...

I assume you are still on with the JDBCCacheLoader and there is always going to 
be one node writing to the DB. This node will have to be the serving node. 
Hence I do not see why you need to more than local transactions.

Hope that Bela will help with that elusive SharedClassLoader by having that in 
the next release

cheers,
Swami

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3885744#3885744

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3885744


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - SharedStoreCacheLoader Configuration and Usage

2005-04-26 Thread swami_venkat
Hi All,

We have a JBossCache based impl that is clustered across multiple Web Services 
Containers.

The requirement is to have CacheLoader used only when multiple CacheLoaders in 
a cluster access the same underlying store which is a Oracle Database

SharedStoreCacheLoader seems to be the best bet as it does not do redundant 
reads and writes are done only from the coordinator. Though I found this in the 
1.2.1 Java Docs, there is no writeup on how the properties are configured in 
the configuration file for example the DB related parameters - How do I 
initialize the cacheloader to be a SharedStoreCacheLoader?

Can somebody help me on this? We currently are using the JDBCCacheLoader but it 
is too expensive as it keeps reading from the database

There is also a situation that is as follows:

We have a tree that goes as //a/b/c (one region)
and another that goes //x/y/z (another region)

I want to persist and read only the //a/b/c and not the //x/y/z region

Today I do not see that it is possible using the JDBCCacheLoader. Is this 
correct? Also are regions supported for this kind of classloading? Primarily we 
want one section of the tree to be persisted while another region to not be 
persisted towards requirements and perf needs

Any help at the earliest will be appreciated

Thanks
Swami

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3875464#3875464

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3875464


---
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user