distributed-transactions
Idioms or algorithms for distributed transactions?
Imagine you have 2 entities on different systems, and need to perform some sort of transaction that alters one or both of them based on information associated with one or both of them, and require tha[详细]
2023-02-19 07:51 分类:问答Distributed transactions in a Asp.net application
We have an enterprise application where we are making a call to Database 1, call to a Webservice and then a call to Database 2, all in one sequence of event. We would like to encapsulate the whole pro[详细]
2023-02-13 14:26 分类:问答How does the DTC service work for multiple servers
I need information or references about what should I know in ordeer to use the DTC service coss multiple servers, configurations implications, etc. The solution Im developing use several transactional[详细]
2023-02-12 21:52 分类:问答Can I prevent WCF from rolling back the transaction when a fault is thrown?
Consider the following WCF service which participates in a distributed transaction.The normal behavior of WCF is to roll back the transaction if any fault occurs.Is there any way to override that beha[详细]
2023-02-11 06:43 分类:问答How do I "distribute" a database?
开发者_开发知识库Until now my "database server" has been happy with being a single PC.[详细]
2023-02-10 07:04 分类:问答Are distributed database transactions guaranteed to commit/rollback?
I have application code that inserts a record in a local database and a record in a remote database (via Oracle Database Link).When I commit this distributed transaction is it guaranteed 开发者_Go百科[详细]
2023-02-08 19:49 分类:问答How ACID is the two-phase commit protocol?
I came across a situation where I started doubting whether the two-phase commit protocol really guarantees the ACID properties, especially the \'A\' part of it.[详细]
2023-02-03 12:32 分类:问答MaxConcurrentListeners and Remote Transactional Reads from MSMQ
Could it be that MaxConcurrentListereners on a DistributedTxMessageListenerContainer isn\'t much of use? I have the impression that only one thread at a time can handle a message from the开发者_StackO[详细]
2023-02-02 22:58 分类:问答Delay / Lag between Commit and select with Distributed Transactions when two connections are enlisted to the transaction in Oracle with ODAC
We have our application calling to two Oracle databases using two connections (which are kept open through out the application). For certain functionality, we use distributed transactions. We have Enl[详细]
2023-01-27 08:29 分类:问答NHibernate - Distributed transactions and providing your own connection result in exception
NHibernate is throwning an exception when particpating in a distirbuted transaction and you\'ve opened a session by specifying your own connection object.[详细]
2023-01-26 03:11 分类:问答