Click here to Skip to main content
15,891,473 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to use lock in C# Pin
leppie24-Mar-06 1:40
leppie24-Mar-06 1:40 
GeneralRe: How to use lock in C# Pin
Bob_Sun24-Mar-06 4:54
Bob_Sun24-Mar-06 4:54 
GeneralRe: How to use lock in C# Pin
Guffa24-Mar-06 1:44
Guffa24-Mar-06 1:44 
GeneralRe: How to use lock in C# Pin
Bob_Sun24-Mar-06 4:48
Bob_Sun24-Mar-06 4:48 
GeneralRe: How to use lock in C# Pin
Guffa24-Mar-06 4:57
Guffa24-Mar-06 4:57 
GeneralRe: How to use lock in C# Pin
Bob_Sun24-Mar-06 5:39
Bob_Sun24-Mar-06 5:39 
AnswerRe: How to use lock in C# Pin
Guffa24-Mar-06 6:42
Guffa24-Mar-06 6:42 
GeneralRe: How to use lock in C# Pin
Bob_Sun24-Mar-06 6:54
Bob_Sun24-Mar-06 6:54 
Guffa wrote:
If those are the only lock statements in the code, and they always get called in that order, it won't cause a deadlock. But if they always get called in that order, the inner lock is of no use at all.


First, the second lock(this) is not necessarily called every time, but when called the order is always the same. Second, the second lock(this) may also be called directly from other threads which have no relation to StateMachine(outside statemachine).
AnswerRe: How to use lock in C# Pin
Steve Hansen24-Mar-06 1:58
Steve Hansen24-Mar-06 1:58 
GeneralRe: How to use lock in C# Pin
Bob_Sun24-Mar-06 5:11
Bob_Sun24-Mar-06 5:11 
GeneralRe: How to use lock in C# Pin
Steve Hansen24-Mar-06 6:16
Steve Hansen24-Mar-06 6:16 
QuestionDG->GridView problem... Pin
E.L. Golpe24-Mar-06 1:05
E.L. Golpe24-Mar-06 1:05 
QuestionAbout lock Pin
Bob_Sun24-Mar-06 0:47
Bob_Sun24-Mar-06 0:47 
AnswerRe: About lock Pin
Guffa24-Mar-06 2:03
Guffa24-Mar-06 2:03 
QuestionAcceptTcpClient() Pin
albCode24-Mar-06 0:35
albCode24-Mar-06 0:35 
AnswerRe: AcceptTcpClient() Pin
Ed.Poore24-Mar-06 7:46
Ed.Poore24-Mar-06 7:46 
AnswerRe: AcceptTcpClient() Pin
HakunaMatada24-Mar-06 22:36
HakunaMatada24-Mar-06 22:36 
QuestionOleDbConnection Problem... Pin
Jax_qqq24-Mar-06 0:10
Jax_qqq24-Mar-06 0:10 
AnswerRe: OleDbConnection Problem... Pin
E.L. Golpe24-Mar-06 2:43
E.L. Golpe24-Mar-06 2:43 
GeneralRe: OleDbConnection Problem... Pin
Jax_qqq26-Mar-06 21:59
Jax_qqq26-Mar-06 21:59 
QuestionShow/Hide Quick Launch Bar Pin
sherwani23-Mar-06 23:57
sherwani23-Mar-06 23:57 
AnswerRe: Show/Hide Quick Launch Bar Pin
leppie24-Mar-06 1:41
leppie24-Mar-06 1:41 
QuestionHow to load text.. Pin
AeQuitaZ23-Mar-06 23:34
AeQuitaZ23-Mar-06 23:34 
AnswerRe: How to load text.. Pin
AB777124-Mar-06 1:47
AB777124-Mar-06 1:47 
Questionbinding DataGrideView Pin
mrkeivan23-Mar-06 23:05
mrkeivan23-Mar-06 23:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.