[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: A few questions on JBoss Cache features.

2004-08-11 Thread tcherel
Ben,

Thanks for the answers. I appreciate.
I think I found the post you mentioned about the class loader 
(http://www.jboss.org/index.html?module=bbop=viewtopict=52082).
I will do a few tests as I need JBossCache to work in WebSphere and WebLogic (which, I 
think have scoped class loader by default).

Thomas

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

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


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: A few questions on JBoss Cache features.

2004-08-11 Thread tcherel
Sorry, wrong post reference.
The correct on, I believe, is 
http://www.jboss.org/index.html?module=bbop=viewtopict=52056

Thomas

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

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


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: A few questions on JBoss Cache features.

2004-08-10 Thread bwang00
Thomas,

Here are the answers to some of your questions. Sorry for the late reply. Bela and I 
are swamped recently.

1. Locking. Yes and no. During a tx context, locking is obtained in the current node. 
But it is not propogated untill tx is committed. If it fails, it will rollback.

2. XAResource is not implemented yet.

3. There is currently no security mechanism

4. Yes, you can create multiple cache clusters sharing the smae channel (but different 
cluster names). Main problem is if the cache cluster traffic is heavy, the channel 
will become nosiy.

5. JBossCache deployed under application server (e.g. JBoss AS) requires special 
attention for classloader scope if you application has special scope (e.g., different 
child repository under JBoss). I have posted this couple weeks back. I will put this 
into FAQ.

-Ben

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

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


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: A few questions on JBoss Cache features.

2004-08-09 Thread tcherel

I guess my questions do not make too much sense since nobody us replying :-)
I will try to do further research.
I'd like to add two more questions (hopefully these ones make nore sense):

1) Can I create multiple cache instances (multiple MBean instance for a TreeCache) and 
that they all share the same JGroups channels? If yes, is there any recommendations as 
when it is better to share or not? I have the impression that the protocol stak of 
JGroups is doing enough things that for a few caches without too many objects in it, 
sharing the channels is better from a network traffic point of view.

2) What are the classpath requirements for the TreeCache MBean? Does it need to have 
in its classpath the classes of the object that will be cached? It seems not to be the 
case with JBoss but JBoss class loading is special enough that I do not know if it 
will be the case if I do the same thing on WebSphere or WebLogic for example.
Basically, I'd like to see if I can create a J2EE application to wrap the JBossCache 
Mbean in order to create and manage caches instances dynamically (create and register 
new Mbeans dynamically) and have some other J2EE applications (deployed in a separate 
ear) accessing this cache management app and adding new objects in a new cache 
(through a session facade). On WebSphere and WebLogic, the two app are definitely not 
sharing classes and I am wondering if that will work.
For example, the documentation is saying that TreeCacheAOP does not need to have 
serializable classes because class instances are re-created via reflection. If this is 
the case, I suppose that I need the cached object class in the classpath somewhere, 
don't I?

Thanks.

Thomas

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

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


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development