Tuesday, November 9, 2010

global transaction sharing

In the developers resource references there is an attribute for global transaction sharing.The value should be Shareable if the application uses global transactions.  But if one is using LTC then one does not need to share the connection.  Change the res-sharing-scope to Unshareable as noted above.  This eliminates a lot of contention for connection pool threads.  For more details on LTC see the link above to understand how it works.

No comments: