From Ireland: a little bit of this and a little bit of that
Browse by Tags
All Tags »
- Transactions (RSS)
-
Transactions have received a very elaborate revamp in .NET V2. Now things are unified and bring a very real and usuable framework that facilates consistency in any form of state transformation, as transactions are not only a database thing after all! Read More...
|
-
As blogged by Harry Pierson and Larry Osterman , Herb Sutter has written a great article on how major processor manufacturers and architectures have run out of room with most of their traditional approaches to boosting CPU performance. This is a must Read More...
|
-
Today, as we write application code we generally are not dealing with immutable state/data, we are applying application logic to state/data so that it transforms from one known state to another known state in a consistent, all or nothing fashion. Today, Read More...
|
-
In general, when we think of Transactions we tend to think of database transactions. Databases are a great example of how a data server can implement transactions and therefore handle concurrency, provide isolation and provide consistency. The concept Read More...
|
-
When thinking about Transactions, I think it is fair to say that Transactions are one of the most powerful and frequently used paradigms in Enterprise Computing today. With Transactions, we have a collection of patterns that deal with how concurrency Read More...
|
-
In my last blog posting, How should we think of Transactions ? I mentioned Volatile transactions and how I currently think they can be perceived in different ways! Do they have ACID, ACId or ACI properties? In case you do not know what Volatile Transactions Read More...
|
-
Recently, I have been involved in a number of discussions on Transactions, Transaction management, the different approaches to how Transactions can be performed, as well as the different types of Transactions. It a very interesting area, as it is a part Read More...
|
-
Starting from Monday the 6th of December these is going to be a series of 15 Webcasts on SQL Server 2005. For more details have a look at http://msdn.microsoft.com/SQL/2005Webcasts/ . Topics covered include: Overview of the new Developer features in SQL Read More...
|
-
If you have a look at the Transaction Specification Index Page on MSDN, you will see that: WS-Coordination was updated in November 2004. WS-AtomicTransaction was updated in November 2004. WS-BusinessActivity was updated in November 2004. They are well Read More...
|