Click here to Skip to main content
15,922,533 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to create shape file in C# Pin
ssliew15-Aug-07 15:28
ssliew15-Aug-07 15:28 
Questionproblem about MS Word Pin
kcynic14-Aug-07 17:30
kcynic14-Aug-07 17:30 
AnswerRe: problem about MS Word Pin
Malcolm Smart14-Aug-07 21:20
Malcolm Smart14-Aug-07 21:20 
GeneralRe: problem about MS Word Pin
kcynic15-Aug-07 5:17
kcynic15-Aug-07 5:17 
QuestionIAsynResult problem - hit a brick wall Pin
Glen Harvy14-Aug-07 17:26
Glen Harvy14-Aug-07 17:26 
AnswerRe: IAsynResult problem - hit a brick wall Pin
Leslie Sanford14-Aug-07 17:58
Leslie Sanford14-Aug-07 17:58 
GeneralRe: IAsynResult problem - hit a brick wall Pin
Glen Harvy14-Aug-07 19:15
Glen Harvy14-Aug-07 19:15 
GeneralRe: IAsynResult problem - hit a brick wall Pin
pbraun14-Aug-07 19:36
pbraun14-Aug-07 19:36 
Please be careful with this and don't rely on using this method too much as uses ThreadPool threads of which there are only 25 assigned. It may be the case that .Net will adjust this as necessary but, you may want to revise your design to using a dedicated thread if the number of concurrent events becomes large. You'll notice this if your program slows, but you have no explanation for the slowness.

Oh and another note, *invoke methods, along with the UI, generally use thread pool threads to accomplish their tasks.

Finally, when you read the documentation on thread pool threads, please note that a busy system will sometimes drop the tasks assigned to thread pool threads just because the system is too busy.

Phil

GeneralRe: IAsynResult problem - hit a brick wall Pin
Glen Harvy14-Aug-07 23:20
Glen Harvy14-Aug-07 23:20 
GeneralRe: IAsynResult problem - hit a brick wall Pin
pbraun15-Aug-07 5:09
pbraun15-Aug-07 5:09 
GeneralRe: IAsynResult problem - hit a brick wall Pin
Glen Harvy15-Aug-07 10:50
Glen Harvy15-Aug-07 10:50 
GeneralRe: IAsynResult problem - hit a brick wall Pin
pbraun15-Aug-07 11:43
pbraun15-Aug-07 11:43 
GeneralRe: IAsynResult problem - hit a brick wall [modified] Pin
Glen Harvy14-Aug-07 23:09
Glen Harvy14-Aug-07 23:09 
GeneralRe: IAsynResult problem - hit a brick wall Pin
Leslie Sanford15-Aug-07 5:15
Leslie Sanford15-Aug-07 5:15 
GeneralRe: IAsynResult problem - hit a brick wall Pin
Glen Harvy15-Aug-07 11:00
Glen Harvy15-Aug-07 11:00 
QuestionHow to comunicate with CD printer Pin
Richard Blythe14-Aug-07 16:03
Richard Blythe14-Aug-07 16:03 
AnswerRe: How to comunicate with CD printer Pin
Christian Graus14-Aug-07 17:03
protectorChristian Graus14-Aug-07 17:03 
QuestionSourcegrid Installation Pin
Papi83dm14-Aug-07 12:57
Papi83dm14-Aug-07 12:57 
AnswerRe: Sourcegrid Installation Pin
Ed.Poore14-Aug-07 15:09
Ed.Poore14-Aug-07 15:09 
AnswerRe: Sourcegrid Installation Pin
Christian Graus14-Aug-07 17:03
protectorChristian Graus14-Aug-07 17:03 
AnswerRe: Sourcegrid Installation Pin
Papi83dm15-Aug-07 2:52
Papi83dm15-Aug-07 2:52 
QuestionReplace umlauts Pin
SilverV14-Aug-07 12:32
SilverV14-Aug-07 12:32 
AnswerRe: Replace umlauts Pin
bit_cmdr14-Aug-07 12:57
bit_cmdr14-Aug-07 12:57 
GeneralRe: Replace umlauts Pin
SilverV14-Aug-07 13:25
SilverV14-Aug-07 13:25 
GeneralRe: Replace umlauts Pin
Luc Pattyn14-Aug-07 13:47
sitebuilderLuc Pattyn14-Aug-07 13:47 

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.