[jboss-jira] [JBoss JIRA] Created: (JBCACHE-919) PojoCache to optimize access to __JBossInternal__ region

Ben Wang (JIRA) jira-events at jboss.com
Fri Dec 29 21:55:26 EST 2006


PojoCache to optimize access to __JBossInternal__ region
--------------------------------------------------------

                 Key: JBCACHE-919
                 URL: http://jira.jboss.com/jira/browse/JBCACHE-919
             Project: JBoss Cache
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: PojoCache
            Reporter: Ben Wang
         Assigned To: Ben Wang
             Fix For: 2.0.0.ALPHA2


This is discovered during test for PojoCache. Currently, all external POJOs are mapped into __JBossInternal__ region nodes. This creates a synchronizatio bottleneck for the __JBossInternal__ fqn as all newly created node will need to obtain a WL on __JBossInternal__ and therefore concurrency will suffer.

Solution is to pre-create the internal node such as /__JBossInternal__/xxjksla without going throu the interceptor (using Option to skip it). This way, during normal POJO attach, only RL is needed from __JBossInternal__ node.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list