QA

for RuBoard

Q&A

Q1:

Is it wrong to create an explicit transaction (Begin Trans/Commit Trans) in .NET?

A1:

No, not at all. This is pessimistic concurrency and it just won't scale as well as optimistic concurrency. However, it might be what your .NET application requires.

Q2:

What type of applications should I be using optimistic concurrency with?

A2:

Using an optimistic concurrency approach is highly successful when the application's data has minimal contention situations (when the application's users rarely work on the same data at the same time) and when there is a high volume of users ”very optimal for Web applications.

for RuBoard


Sams Teach Yourself ADO. NET in 24 Hours
Sams Teach Yourself ADO.NET in 24 Hours
ISBN: 0672323834
EAN: 2147483647
Year: 2002
Pages: 237

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net