[jboss-jira] [JBoss JIRA] Created: (JBCACHE-1328) Profile and optimise TransactionTable

Manik Surtani (JIRA) jira-events at lists.jboss.org
Thu Apr 17 10:53:44 EDT 2008


Profile and optimise TransactionTable
-------------------------------------

                 Key: JBCACHE-1328
                 URL: http://jira.jboss.com/jira/browse/JBCACHE-1328
             Project: JBoss Cache
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: Transactions
            Reporter: Manik Surtani
         Assigned To: Manik Surtani
             Fix For: 2.2.0.GA


The TxInterceptor uses TxTable.getLocalTransaction(gtx) for every remotely originating prepare and commit call. This is inefficient since it traverses all map entries, and will not scale.  A simple Map keyed on gtx with txs as values would work, but perhaps a further optimisation is possible - transaction entries could be looked up by the InvocationContextInterceptor and stored in the InvocationContext.

-- 
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