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