[jboss-user] [JBossCache] - Re: Questions regarding performance of read-only operations

2007-03-25 Thread [EMAIL PROTECTED]
All cache operations move through an interceptor stack that handles aspects like locking, transaction management, and interactions with cache loaders. Replication is just one of those aspects; if the cache is in LOCAL mode the other aspects still have to be properly handled. An interceptor-bas

[jboss-user] [JBossCache] - Re: Questions regarding performance of read-only operations

2007-03-24 Thread [EMAIL PROTECTED]
OK, so no channel calls are involved, but reflection call on every getter I call ? Why ? Second- You are right about the profiling part - I will profile it too, I just compared simple pojo getters against aspectized pojo getter and the results were pretty surprising View the original post

[jboss-user] [JBossCache] - Re: Questions regarding performance of read-only operations

2007-03-24 Thread genman
The calls are made using reflection. The call does not go to the JChannel for local caches. If you want to find performance issues, I suggest you use a profiler. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031368#4031368 Reply to the post : http://www.jb