isolation Questions
3
I understand a little about Oracle blocking - how updates block other updates till the transaction completes, how writers don't block readers etc.
I understand the concept of pessimistic and opti...
Vonvona asked 6/8, 2010 at 17:49
2
Solved
I'm looking for pointers and information here, I'll make this CW since I suspect it has no single one correct answer. This is for C#, hence I'll make some references to Linq below. I also apologize...
Padriac asked 6/10, 2009 at 8:47
7
Solved
Is there any sure-fire way to ensure threads remain isolated from one another, in Java? I've had an issue for a week and a half, where threads implementing various 3rd party source code keep collid...
Aponeurosis asked 17/8, 2009 at 14:11
1
Solved
I'm having a problem with deadlock on SELECT/UPDATE on SQL Server 2008.
I read answers from this thread: SQL Server deadlocks between select/update or multiple selects but I still don't understand ...
Broaden asked 6/6, 2009 at 11:29
6
We can wrap a call to a stored procedure in a transaction and specify an isolation level.
Or we can put the transaction inside the stored procedure specify an isolation level there.
Which is it b...
Fossorial asked 6/3, 2009 at 12:23
7
Solved
Imagine the following scenario - we have Page1 which contains controls Control A and Control B.
Say Control A has a button, and on the click of this button we want Control B to react.
But we want ...
Drippy asked 11/11, 2008 at 17:58
© 2022 - 2024 — McMap. All rights reserved.