joecre
January 20th, 2006, 04:25 AM
Hi everybody, I've written a dll wrapper for Microsoft DTC and I've found the following problem......when I try to run more than one Transaction on my database (I've created two different cookies) I've noticed a lot of concurrency problems.
When the second transaction try to "interact"(select, update operations) with data managed by the first transaction I've seen a lot of timeout.
Can someone suggest me a way in order to improve performances in these cases?
Another question.....
Can someone send me some documentation or links related to this subject?
Thank in advance for your reply
When the second transaction try to "interact"(select, update operations) with data managed by the first transaction I've seen a lot of timeout.
Can someone suggest me a way in order to improve performances in these cases?
Another question.....
Can someone send me some documentation or links related to this subject?
Thank in advance for your reply