Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

UsersTransactions vs NoTransactions

Status
Not open for further replies.

gradley

Programmer
Feb 24, 2004
335
US
Hi,

We are currently running VB 6.0 components that do not require transactions because there are no database updates being performed, or only a single update is being performed.

My question is this:

Is there any additional overhead in COM+ if the MTSTransactionMode is set to UsersTransactions instead of NoTransactions? I have read that you should set classes to UsesTransactions for scalibility reasons. We are trying to assist with performance in any way possible.

Any insight would be greatly appreciated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top