Click here to Skip to main content
15,885,216 members
Home / Discussions / C#
   

C#

 
QuestionPanel Refresh problem Pin
jchigg200029-Jul-08 5:06
jchigg200029-Jul-08 5:06 
AnswerRe: Panel Refresh problem Pin
DaveyM6929-Jul-08 6:16
professionalDaveyM6929-Jul-08 6:16 
Questionmaking dynamic ListViewGroups Pin
Yosh_29-Jul-08 4:47
professionalYosh_29-Jul-08 4:47 
AnswerRe: making dynamic ListViewGroups Pin
nelsonpaixao29-Jul-08 12:47
nelsonpaixao29-Jul-08 12:47 
QuestionPublishing a console application? Pin
Goalie3529-Jul-08 4:14
Goalie3529-Jul-08 4:14 
AnswerRe: Publishing a console application? Pin
leppie29-Jul-08 4:48
leppie29-Jul-08 4:48 
AnswerRe: Publishing a console application? Pin
Mircea Puiu29-Jul-08 4:58
Mircea Puiu29-Jul-08 4:58 
QuestionMultiThread Programing Pin
LincolnGuimaraes29-Jul-08 3:58
LincolnGuimaraes29-Jul-08 3:58 
I have to create a multithread program. It must control a pool of thread. How do I do this in C#?

The idea is: Reading a properties file, the program will know what kind of thead It will start. Each thread will take care about one subject. Each thread will receive a parameter indicating how many thread will have in its pool.

The MainThread will control the pool of thread, when it needs to process some UDP message will request a free thread in the pool. Will pass all of the information (data) to the thread and order to run. When the thread finishs its job will be in suspend mode waiting for next job.

I had develop this kind of program in Delphi and in Java with success! But in C# I did not find any way to do this.

Thanks.

+------+ +----------+
| | |Thread-UDP|-------> +------+
| .EXE |-----> |LISTENER | | T2 |
| | +----+-----+ +------+
+------+ | \
| \
\/ \
+-------+ +--------+
| T1 | | T3 +
+-------+ +--------+
AnswerRe: MultiThread Programing Pin
Mircea Puiu29-Jul-08 4:47
Mircea Puiu29-Jul-08 4:47 
AnswerRe: MultiThread Programing Pin
Yosh_29-Jul-08 5:00
professionalYosh_29-Jul-08 5:00 
AnswerRe: MultiThread Programing Pin
Yosh_29-Jul-08 5:01
professionalYosh_29-Jul-08 5:01 
AnswerRe: MultiThread Programing Pin
Guffa29-Jul-08 6:34
Guffa29-Jul-08 6:34 
AnswerRe: MultiThread Programing Pin
Joe Woodbury29-Jul-08 9:24
professionalJoe Woodbury29-Jul-08 9:24 
Questionjavascript for grid view checkbox Pin
umeshdaiya29-Jul-08 3:14
umeshdaiya29-Jul-08 3:14 
AnswerRe: javascript for grid view checkbox Pin
leppie29-Jul-08 4:51
leppie29-Jul-08 4:51 
QuestionCannot pass params! Any ideas? Pin
FruitBatInShades29-Jul-08 2:56
FruitBatInShades29-Jul-08 2:56 
AnswerRe: Cannot pass params! Any ideas? Pin
J4amieC29-Jul-08 3:00
J4amieC29-Jul-08 3:00 
GeneralRe: Cannot pass params! Any ideas? Pin
Luc Pattyn29-Jul-08 4:00
sitebuilderLuc Pattyn29-Jul-08 4:00 
GeneralRe: Cannot pass params! Any ideas? Pin
J4amieC29-Jul-08 4:27
J4amieC29-Jul-08 4:27 
GeneralRe: Cannot pass params! Any ideas? Pin
FruitBatInShades29-Jul-08 22:47
FruitBatInShades29-Jul-08 22:47 
QuestionRe: Cannot pass params! Any ideas? Pin
Luc Pattyn29-Jul-08 3:11
sitebuilderLuc Pattyn29-Jul-08 3:11 
QuestionHttp traffic from IE Pin
George_George29-Jul-08 2:31
George_George29-Jul-08 2:31 
AnswerRe: Http traffic from IE Pin
J4amieC29-Jul-08 2:45
J4amieC29-Jul-08 2:45 
GeneralRe: Http traffic from IE Pin
George_George29-Jul-08 3:15
George_George29-Jul-08 3:15 
QuestionDynamically Add Columns to Existing DataTable Pin
MumbleB29-Jul-08 2:20
MumbleB29-Jul-08 2:20 

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.