Click here to Skip to main content
15,886,362 members
Home / Discussions / C#
   

C#

 
AnswerRe: Calling java from C# Pin
Abhinav S9-Jan-12 22:18
Abhinav S9-Jan-12 22:18 
AnswerRe: Calling java from C# Pin
jschell11-Jan-12 9:31
jschell11-Jan-12 9:31 
QuestionHow can i perform multiple mouse clicks at the same time on desktop??? Pin
A7mad_9-Jan-12 20:59
A7mad_9-Jan-12 20:59 
AnswerRe: How can i perform multiple mouse clicks at the same time on desktop??? PinPopular
Wayne Gaylard9-Jan-12 22:18
professionalWayne Gaylard9-Jan-12 22:18 
GeneralRe: How can i perform multiple mouse clicks at the same time on desktop??? Pin
A7mad_16-Jan-12 0:33
A7mad_16-Jan-12 0:33 
AnswerRe: How can i perform multiple mouse clicks at the same time on desktop??? Pin
BillWoodruff10-Jan-12 6:01
professionalBillWoodruff10-Jan-12 6:01 
GeneralRe: How can i perform multiple mouse clicks at the same time on desktop??? Pin
A7mad_16-Jan-12 0:36
A7mad_16-Jan-12 0:36 
QuestionMultiThread Management Pin
Joezer BH9-Jan-12 19:37
professionalJoezer BH9-Jan-12 19:37 
Hello all,

I need to run a multi-process app, in which each process keeps 20-40 threads that keep an object state and performs calculations based on the state of the object, ON DEMAND (from the main thread).

Each thread performs a discrete calculation and returns an answer (to the main thread), and then WAITS for the next request

What's the best practice for this kind of app?

Should I keep all objects in the main thread and create new short-life thread that perform only the one action,
OR
Keep the threads alive, and have them use WaitHandle to wait for the next request,

Others suggestions are most welcome?
Tzumer

AnswerRe: MultiThread Management Pin
Eddy Vluggen10-Jan-12 7:07
professionalEddy Vluggen10-Jan-12 7:07 
GeneralRe: MultiThread Management Pin
Joezer BH10-Jan-12 8:45
professionalJoezer BH10-Jan-12 8:45 
GeneralRe: MultiThread Management Pin
Pete O'Hanlon10-Jan-12 9:18
mvePete O'Hanlon10-Jan-12 9:18 
GeneralRe: MultiThread Management Pin
Joezer BH10-Jan-12 20:46
professionalJoezer BH10-Jan-12 20:46 
QuestionC# how I can sniff a process? Pin
terrinfo9-Jan-12 14:01
terrinfo9-Jan-12 14:01 
AnswerRe: C# how I can sniff a process? Pin
Not Active9-Jan-12 14:23
mentorNot Active9-Jan-12 14:23 
AnswerRe: C# how I can sniff a process? Pin
Abhinav S9-Jan-12 19:41
Abhinav S9-Jan-12 19:41 
GeneralRe: C# how I can sniff a process? Pin
terrinfo9-Jan-12 23:19
terrinfo9-Jan-12 23:19 
GeneralRe: C# how I can sniff a process? Pin
Richard MacCutchan10-Jan-12 2:36
mveRichard MacCutchan10-Jan-12 2:36 
GeneralRe: C# how I can sniff a process? Pin
terrinfo10-Jan-12 3:06
terrinfo10-Jan-12 3:06 
GeneralRe: C# how I can sniff a process? Pin
Richard MacCutchan10-Jan-12 3:26
mveRichard MacCutchan10-Jan-12 3:26 
GeneralRe: C# how I can sniff a process? Pin
terrinfo10-Jan-12 3:32
terrinfo10-Jan-12 3:32 
GeneralRe: C# how I can sniff a process? Pin
Richard MacCutchan10-Jan-12 3:45
mveRichard MacCutchan10-Jan-12 3:45 
GeneralRe: C# how I can sniff a process? Pin
terrinfo10-Jan-12 3:48
terrinfo10-Jan-12 3:48 
GeneralRe: C# how I can sniff a process? Pin
Richard MacCutchan10-Jan-12 4:06
mveRichard MacCutchan10-Jan-12 4:06 
QuestionC# -Oracle- Access Pin
bigphish9-Jan-12 8:33
bigphish9-Jan-12 8:33 
AnswerRe: C# -Oracle- Access Pin
RexGrammer9-Jan-12 8:45
RexGrammer9-Jan-12 8: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.