[JBoss-dev] [JBossCache] - Re: Concurrency Question

2005-03-23 Thread abitha
)? Do you have any suggestions on how to handle this scenario? Thanks, Abitha. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871379#3871379 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[JBoss-dev] [JBossCache] - Re: Some JBOSSCache questions...

2005-03-18 Thread abitha
Thank you. I would like to know about some production level deployments. How many nodes, (with small objects associated) is typically recommended in a tree cache? Maybe a range would give me a better idea. Are there any best practices for using TreeCache? View the original post : http://

[JBoss-dev] [JBossCache] - Re: Some JBOSSCache questions...

2005-03-17 Thread abitha
Thank you for the quick response Ben. That helps. My main concerns are in the area of performance. >From what I read, if I use the cache loader, then every single node is >persisted on a backend store. Correct? Will that not be a big dent on >performance? What if I dont have/want a cache load

[JBoss-dev] [JBossCache] - Some JBOSSCache questions...

2005-03-16 Thread abitha
Ok, so now that I have successfully implemented a plain JBossCache within JBoss 3.2.6, I have some basic, performance related questions. 1. In the plain JBossCache, it looks like I need to do a put everytime after an object is changed. Is that right? For example, if I have a vector assigned as v

[JBoss-dev] [JBossCache] - TreeCache inside JBOSS 3.2.6

2005-03-15 Thread abitha
Can I use TreeCacheAOP - thereby replicating only attributes that change, as opposed to replicating entire objects or sessions across servers - within JBOSS 3.2.6 with POJOs? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870256#3870256 Reply to th