Click here to Skip to main content
15,915,062 members
Home / Discussions / C#
   

C#

 
GeneralRe: synchronization object choosing Pin
Colin Angus Mackay22-Mar-08 3:12
Colin Angus Mackay22-Mar-08 3:12 
GeneralRe: synchronization object choosing Pin
George_George22-Mar-08 3:28
George_George22-Mar-08 3:28 
GeneralRe: synchronization object choosing Pin
Colin Angus Mackay22-Mar-08 3:36
Colin Angus Mackay22-Mar-08 3:36 
GeneralRe: synchronization object choosing Pin
George_George22-Mar-08 3:39
George_George22-Mar-08 3:39 
Questionhow to use UltimateSearchInput in .net with c# Pin
sugunavathysubramanian21-Mar-08 23:53
sugunavathysubramanian21-Mar-08 23:53 
Questionnested lock? Pin
George_George21-Mar-08 23:10
George_George21-Mar-08 23:10 
AnswerRe: nested lock? Pin
Colin Angus Mackay21-Mar-08 23:49
Colin Angus Mackay21-Mar-08 23:49 
GeneralRe: nested lock? Pin
George_George22-Mar-08 0:44
George_George22-Mar-08 0:44 
Thanks Colin,


Two more comments,

1.

Colin Angus Mackay wrote:
It means that when it encounters the first lock (or outermost lock) the thread blocks others from accessing the object that is locked.


Even if the thread can not acquire the outermost lock, it will block other thread from accessing the lock object to try to lock?

2.

Colin Angus Mackay wrote:
An individual thread can lock an object as many times as it likes, but it only locks on the first occurrence.


It is a typo, "only locks on the first occurrence" should be "only blocks on the first occurrence"?


regards,
George
GeneralRe: nested lock? Pin
Colin Angus Mackay22-Mar-08 3:09
Colin Angus Mackay22-Mar-08 3:09 
GeneralRe: nested lock? Pin
George_George22-Mar-08 3:30
George_George22-Mar-08 3:30 
GeneralCRM 3.0 SDK Problem Pin
hdv21221-Mar-08 20:27
hdv21221-Mar-08 20:27 
GeneralRe: CRM 3.0 SDK Problem Pin
Christian Graus21-Mar-08 20:53
protectorChristian Graus21-Mar-08 20:53 
GeneralRe: CRM 3.0 SDK Problem Pin
hdv21221-Mar-08 21:37
hdv21221-Mar-08 21:37 
Questionhow to pass textbox value from one form to other form in window application +c# Pin
mrcsn21-Mar-08 18:33
mrcsn21-Mar-08 18:33 
AnswerRe: how to pass textbox value from one form to other form in window application +c# Pin
Steve Echols21-Mar-08 19:06
Steve Echols21-Mar-08 19:06 
AnswerRe: how to pass textbox value from one form to other form in window application +c# Pin
ashok_rc521-Mar-08 19:16
ashok_rc521-Mar-08 19:16 
GeneralRe: how to pass textbox value from one form to other form in window application +c# Pin
Christian Graus21-Mar-08 19:40
protectorChristian Graus21-Mar-08 19:40 
AnswerRe: how to pass textbox value from one form to other form in window application +c# Pin
Christian Graus21-Mar-08 19:44
protectorChristian Graus21-Mar-08 19:44 
AnswerRe: how to pass textbox value from one form to other form in window application +c# Pin
Ravenet21-Mar-08 22:27
Ravenet21-Mar-08 22:27 
QuestionReading txt file to textbox Pin
Casper Hansen21-Mar-08 17:50
Casper Hansen21-Mar-08 17:50 
GeneralRe: Reading txt file to textbox Pin
Christian Graus21-Mar-08 19:41
protectorChristian Graus21-Mar-08 19:41 
GeneralRe: Reading txt file to textbox Pin
Casper Hansen22-Mar-08 14:17
Casper Hansen22-Mar-08 14:17 
AnswerRe: Reading txt file to textbox Pin
Casper Hansen5-Apr-08 1:44
Casper Hansen5-Apr-08 1:44 
GeneralCommercial use of C# Express Pin
Ian Uy21-Mar-08 17:22
Ian Uy21-Mar-08 17:22 
GeneralRe: Commercial use of C# Express Pin
PIEBALDconsult21-Mar-08 17:45
mvePIEBALDconsult21-Mar-08 17:45 

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.