Click here to Skip to main content
15,888,144 members
Home / Discussions / C#
   

C#

 
GeneralRe: I am sorry if I am asking an abstract question; but I have a multithreaded question Pin
half-life6-Feb-08 8:44
half-life6-Feb-08 8:44 
GeneralRe: I am sorry if I am asking an abstract question; but I have a multithreaded question Pin
sameerhanda6-Feb-08 8:50
sameerhanda6-Feb-08 8:50 
GeneralRe: I am sorry if I am asking an abstract question; but I have a multithreaded question Pin
half-life6-Feb-08 8:53
half-life6-Feb-08 8:53 
GeneralEmbedding a control inside a toolbar Pin
sabrown1006-Feb-08 7:28
sabrown1006-Feb-08 7:28 
QuestionProgramattically creating new threads Pin
miles.smith6-Feb-08 7:04
miles.smith6-Feb-08 7:04 
GeneralRe: Programattically creating new threads Pin
led mike6-Feb-08 7:22
led mike6-Feb-08 7:22 
GeneralRe: Programattically creating new threads Pin
miles.smith6-Feb-08 7:25
miles.smith6-Feb-08 7:25 
GeneralRe: Programattically creating new threads Pin
Ennis Ray Lynch, Jr.6-Feb-08 7:32
Ennis Ray Lynch, Jr.6-Feb-08 7:32 
Use an array containing the threads you wish to create. Also use the QueueUserWorkItem instead (from the threadpool) it is faster.

Also, test of mine of confirmed that using this scenario rarely works faster unless the threads are waiting on different resources.

Need a C# Consultant? I'm available.


Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway


GeneralRe: Programattically creating new threads Pin
led mike6-Feb-08 7:41
led mike6-Feb-08 7:41 
GeneralRe: Programattically creating new threads Pin
miles.smith6-Feb-08 7:43
miles.smith6-Feb-08 7:43 
GeneralRe: Programattically creating new threads Pin
led mike6-Feb-08 8:28
led mike6-Feb-08 8:28 
QuestionImplementing IExceptionHandler from Exception Handling Application Block (EMAB) without Configuration file? Pin
kumar.bs6-Feb-08 7:03
kumar.bs6-Feb-08 7:03 
GeneralC# Console to C# forms Pin
jimmy2shoes6-Feb-08 6:51
jimmy2shoes6-Feb-08 6:51 
GeneralRe: C# Console to C# forms Pin
Dan Neely6-Feb-08 7:17
Dan Neely6-Feb-08 7:17 
GeneralRe: C# Console to C# forms Pin
jimmy2shoes6-Feb-08 7:23
jimmy2shoes6-Feb-08 7:23 
GeneralRe: C# Console to C# forms Pin
Dan Neely6-Feb-08 8:29
Dan Neely6-Feb-08 8:29 
GeneralLed UI CONTROL Pin
half-life6-Feb-08 5:44
half-life6-Feb-08 5:44 
GeneralRe: Led UI CONTROL Pin
led mike6-Feb-08 7:28
led mike6-Feb-08 7:28 
GeneralRe: Led UI CONTROL Pin
Brady Kelly6-Feb-08 7:45
Brady Kelly6-Feb-08 7:45 
GeneralRe: Led UI CONTROL Pin
half-life6-Feb-08 8:22
half-life6-Feb-08 8:22 
GeneralRe: Led UI CONTROL Pin
half-life6-Feb-08 8:27
half-life6-Feb-08 8:27 
GeneralRe: Led UI CONTROL Pin
Ravi Bhavnani6-Feb-08 9:06
professionalRavi Bhavnani6-Feb-08 9:06 
GeneralRe: Led UI CONTROL Pin
half-life6-Feb-08 9:15
half-life6-Feb-08 9:15 
Generalexcel factory update Pin
arkiboys6-Feb-08 5:31
arkiboys6-Feb-08 5:31 
GeneralRe: excel factory update Pin
Jimmanuel6-Feb-08 7:39
Jimmanuel6-Feb-08 7:39 

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.