Click here to Skip to main content
15,897,334 members
Home / Discussions / C#
   

C#

 
Questionn()()b Crystal Report Question Pin
Adam R Harris15-Sep-09 8:41
Adam R Harris15-Sep-09 8:41 
QuestionAccessing to a ListView's Item ? Pin
Mohammad Dayyan15-Sep-09 8:32
Mohammad Dayyan15-Sep-09 8:32 
AnswerRe: Accessing to a ListView's Item ? Pin
dan!sh 15-Sep-09 8:53
professional dan!sh 15-Sep-09 8:53 
GeneralRe: Accessing to a ListView's Item ? Pin
Mohammad Dayyan15-Sep-09 9:24
Mohammad Dayyan15-Sep-09 9:24 
QuestionC# web service Pin
Chazzysb15-Sep-09 8:09
Chazzysb15-Sep-09 8:09 
AnswerRe: C# web service Pin
Christian Graus15-Sep-09 10:17
protectorChristian Graus15-Sep-09 10:17 
AnswerRe: C# web service Pin
carlecomm21-Sep-09 22:07
carlecomm21-Sep-09 22:07 
QuestionSystem Blocked using ThreadPool Pin
FJJCENTU15-Sep-09 7:36
FJJCENTU15-Sep-09 7:36 
I'm working in an application wich works with more than 100 threads belonging to ThreadPool in a common job, so I create the WaitCallback object pointing to a method, next from the Main Thread with a For sentence I start creating Threads, and I see:

1) if all the execution procedure is self-contained in the method called with the WaitCallBack object, ever thread start working from it´s creation an everything works correctly.

2) but if for finish the job the pointed method needs to use any other method outside itself, now the Main Thread takes the complete execution time and no other Thread start working until the Main Thread finish creating all the Threads.

So I don`t know how to avoid using Class or methods externals to the method pointed by the WaitCallback object. And the big quantity of created Threads, without discarging one until the end of creation process in the Main Thread, makes the system blocked before finishing.
AnswerRe: System Blocked using ThreadPool Pin
Luc Pattyn15-Sep-09 8:10
sitebuilderLuc Pattyn15-Sep-09 8:10 
AnswerRe: System Blocked using ThreadPool Pin
FJJCENTU15-Sep-09 12:39
FJJCENTU15-Sep-09 12:39 
GeneralRe: System Blocked using ThreadPool Pin
Luc Pattyn15-Sep-09 14:34
sitebuilderLuc Pattyn15-Sep-09 14:34 
QuestionHierarchical Update Problem. Pin
hdv21215-Sep-09 7:17
hdv21215-Sep-09 7:17 
QuestionAddign a new item to a ComboBox Pin
Etienne_12315-Sep-09 7:07
Etienne_12315-Sep-09 7:07 
AnswerRe: Addign a new item to a ComboBox Pin
Wes Aday15-Sep-09 8:05
professionalWes Aday15-Sep-09 8:05 
QuestionRecord RTSP live video from ip camera Pin
Emiliano15-Sep-09 6:21
Emiliano15-Sep-09 6:21 
QuestionHow to show only 2 decimal points when using a double Pin
Etienne_12315-Sep-09 4:29
Etienne_12315-Sep-09 4:29 
AnswerRe: How to show only 2 decimal points when using a double Pin
musefan15-Sep-09 4:35
musefan15-Sep-09 4:35 
AnswerRe: How to show only 2 decimal points when using a double Pin
Greg Chelstowski15-Sep-09 4:36
Greg Chelstowski15-Sep-09 4:36 
AnswerRe: How to show only 2 decimal points when using a double Pin
Luc Pattyn15-Sep-09 4:37
sitebuilderLuc Pattyn15-Sep-09 4:37 
AnswerRe: How to show only 2 decimal points when using a double Pin
Etienne_12315-Sep-09 4:40
Etienne_12315-Sep-09 4:40 
GeneralRe: How to show only 2 decimal points when using a double Pin
musefan15-Sep-09 4:55
musefan15-Sep-09 4:55 
AnswerRe: How to show only 2 decimal points when using a double Pin
0x3c015-Sep-09 5:32
0x3c015-Sep-09 5:32 
GeneralRe: How to show only 2 decimal points when using a double Pin
J4amieC15-Sep-09 5:46
J4amieC15-Sep-09 5:46 
GeneralRe: How to show only 2 decimal points when using a double Pin
0x3c015-Sep-09 5:51
0x3c015-Sep-09 5:51 
AnswerRe: How to show only 2 decimal points when using a double Pin
OriginalGriff15-Sep-09 6:24
mveOriginalGriff15-Sep-09 6:24 

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.