Click here to Skip to main content
15,892,005 members
Home / Discussions / C#
   

C#

 
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 
AnswerRe: MultiThread Management Pin
Eddy Vluggen10-Jan-12 7:07
professionalEddy Vluggen10-Jan-12 7:07 
Edo Tzumer wrote:
Others suggestions are most welcome?

Upgrade the threads to processes; you said multi-process, meaning that you could simplify the architecture to something that runs an external process on demand and catches it output. The external process would then become a small console-app, containing the threading-code. That would mean more isolation and simpler maintenance.

Edo Tzumer wrote:
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,

You'd only keep the threads alive if it were too expensive to recreate them. Short-life threads is what the threadpool is for, albeit you might want to check out the Smart Thread Pool[^]-article.
Bastard Programmer from Hell Suspicious | :suss:

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 
GeneralRe: C# -Oracle- Access Pin
bigphish9-Jan-12 19:04
bigphish9-Jan-12 19:04 

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.