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

C#

 
GeneralRe: Gamebot / find images on grid / scrabulizer etc Pin
LordNeverwinter12-Jan-12 19:41
LordNeverwinter12-Jan-12 19:41 
QuestionHow to check that a character can be encoded with codepage 1252? Pin
Bernhard Hiller10-Jan-12 3:48
Bernhard Hiller10-Jan-12 3:48 
AnswerRe: How to check that a character can be encoded with codepage 1252? Pin
Luc Pattyn10-Jan-12 4:24
sitebuilderLuc Pattyn10-Jan-12 4:24 
GeneralRe: How to check that a character can be encoded with codepage 1252? Pin
Bernhard Hiller10-Jan-12 21:13
Bernhard Hiller10-Jan-12 21:13 
AnswerRe: How to check that a character can be encoded with codepage 1252? Pin
jschell11-Jan-12 9:27
jschell11-Jan-12 9:27 
QuestionC# RTD + .Net Remoting Pin
ZawMinTun9-Jan-12 23:01
ZawMinTun9-Jan-12 23:01 
QuestionCalling java from C# Pin
KASR19-Jan-12 21:32
KASR19-Jan-12 21:32 
AnswerRe: Calling java from C# Pin
OriginalGriff9-Jan-12 21:41
mveOriginalGriff9-Jan-12 21:41 
AnswerRe: Calling java from C# Pin
David Skelly9-Jan-12 22:16
David Skelly9-Jan-12 22:16 
GeneralRe: Calling java from C# Pin
KASR19-Jan-12 22:53
KASR19-Jan-12 22:53 
GeneralRe: Calling java from C# Pin
David Skelly10-Jan-12 1:39
David Skelly10-Jan-12 1:39 
GeneralRe: Calling java from C# Pin
KASR110-Jan-12 18:55
KASR110-Jan-12 18:55 
GeneralRe: Calling java from C# Pin
Bernhard Hiller10-Jan-12 21:20
Bernhard Hiller10-Jan-12 21:20 
GeneralRe: Calling java from C# Pin
KASR111-Jan-12 0:05
KASR111-Jan-12 0:05 
GeneralRe: Calling java from C# Pin
Richard MacCutchan11-Jan-12 2:43
mveRichard MacCutchan11-Jan-12 2:43 
GeneralRe: Calling java from C# Pin
Pete O'Hanlon11-Jan-12 5:11
mvePete O'Hanlon11-Jan-12 5:11 
GeneralRe: Calling java from C# Pin
Richard MacCutchan11-Jan-12 5:22
mveRichard MacCutchan11-Jan-12 5:22 
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

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.