Click here to Skip to main content
15,914,447 members
Home / Discussions / C#
   

C#

 
AnswerRe: thread ID Pin
Luc Pattyn3-Jun-08 16:46
sitebuilderLuc Pattyn3-Jun-08 16:46 
GeneralRe: thread ID Pin
George_George3-Jun-08 17:02
George_George3-Jun-08 17:02 
GeneralRe: thread ID Pin
anujarya_20013-Jun-08 18:19
anujarya_20013-Jun-08 18:19 
GeneralRe: thread ID Pin
George_George3-Jun-08 18:22
George_George3-Jun-08 18:22 
GeneralRe: thread ID Pin
anujarya_20013-Jun-08 18:48
anujarya_20013-Jun-08 18:48 
GeneralRe: thread ID Pin
George_George3-Jun-08 18:50
George_George3-Jun-08 18:50 
GeneralRe: thread ID Pin
Luc Pattyn3-Jun-08 23:38
sitebuilderLuc Pattyn3-Jun-08 23:38 
GeneralRe: thread ID Pin
George_George3-Jun-08 23:49
George_George3-Jun-08 23:49 
GeneralRe: thread ID Pin
Luc Pattyn4-Jun-08 0:07
sitebuilderLuc Pattyn4-Jun-08 0:07 
GeneralRe: thread ID Pin
George_George4-Jun-08 0:44
George_George4-Jun-08 0:44 
GeneralRe: thread ID Pin
Luc Pattyn4-Jun-08 0:52
sitebuilderLuc Pattyn4-Jun-08 0:52 
GeneralRe: thread ID Pin
George_George4-Jun-08 1:11
George_George4-Jun-08 1:11 
GeneralRe: thread ID Pin
Luc Pattyn4-Jun-08 1:47
sitebuilderLuc Pattyn4-Jun-08 1:47 
GeneralRe: thread ID Pin
George_George4-Jun-08 1:53
George_George4-Jun-08 1:53 
GeneralRe: thread ID Pin
Luc Pattyn4-Jun-08 2:04
sitebuilderLuc Pattyn4-Jun-08 2:04 
GeneralRe: thread ID Pin
George_George4-Jun-08 2:06
George_George4-Jun-08 2:06 
GeneralRe: thread ID Pin
George_George4-Jun-08 2:03
George_George4-Jun-08 2:03 
GeneralRe: thread ID Pin
Luc Pattyn4-Jun-08 2:07
sitebuilderLuc Pattyn4-Jun-08 2:07 
Hi George,

1.
I typically don't use ThreadPool because IMO it does not offer sufficient control.

2.
If you were to use reusable threads (as in ThreadPool) you would have to remove the
(ID,name) pair from the hashtable/dictionary as soon as the thread is done doing the
action with that name. (You would have to lock the dictionary to do this properly!).

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

Voting for dummies? No thanks. Dead | X|


GeneralRe: thread ID Pin
George_George4-Jun-08 2:11
George_George4-Jun-08 2:11 
QuestionNeed help with a Microsoft Word Addin Pin
Shriniwasan Viswanathan3-Jun-08 14:03
Shriniwasan Viswanathan3-Jun-08 14:03 
QuestionBinding CSV to CheckBoxList Pin
stormcandi3-Jun-08 11:39
stormcandi3-Jun-08 11:39 
AnswerRe: Binding CSV to CheckBoxList Pin
leppie3-Jun-08 18:31
leppie3-Jun-08 18:31 
QuestionErrorprovider in combination with tabs Pin
wilberts3-Jun-08 11:38
wilberts3-Jun-08 11:38 
QuestionDisabled keyboard and mouse Pin
hendryck3-Jun-08 11:03
hendryck3-Jun-08 11:03 
AnswerRe: Disabled keyboard and mouse Pin
DaveyM693-Jun-08 11:56
professionalDaveyM693-Jun-08 11:56 

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.