Click here to Skip to main content
15,903,175 members
Home / Discussions / C#
   

C#

 
GeneralBeforeExecute event not fired Pin
Hans Ruck27-Feb-04 0:44
Hans Ruck27-Feb-04 0:44 
GeneralDLL Question Pin
Matthew Hazlett27-Feb-04 0:31
Matthew Hazlett27-Feb-04 0:31 
GeneralRe: DLL Question Pin
Heath Stewart27-Feb-04 3:50
protectorHeath Stewart27-Feb-04 3:50 
GeneralRe: DLL Question Pin
Matthew Hazlett27-Feb-04 3:51
Matthew Hazlett27-Feb-04 3:51 
GeneralCOM to C# interfacing using SafeArrays Pin
tyyryrteytry26-Feb-04 23:14
tyyryrteytry26-Feb-04 23:14 
GeneralRe: COM to C# interfacing using SafeArrays Pin
Heath Stewart27-Feb-04 5:28
protectorHeath Stewart27-Feb-04 5:28 
GeneralHttpWebResponse Strange Behavior... Pin
DuKeClod26-Feb-04 20:04
DuKeClod26-Feb-04 20:04 
GeneralRe: HttpWebResponse Strange Behavior... Pin
Heath Stewart27-Feb-04 3:46
protectorHeath Stewart27-Feb-04 3:46 
Instead of using Thread, you should try using a ThreadPool. This limits the number of threads that run and provides additional benefits. After the application spawns so many threads, it may appear to hang because the threads clog the system and keep the app very busy.

Also, many servers limit the number of connections per client. This is commonly configured at two connections. While all those requests are waiting, they will eventually timeout because only a couple will be able to get responses.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: HttpWebResponse Strange Behavior... Pin
DuKeClod27-Feb-04 4:18
DuKeClod27-Feb-04 4:18 
GeneralRe: HttpWebResponse Strange Behavior... Pin
Heath Stewart27-Feb-04 5:16
protectorHeath Stewart27-Feb-04 5:16 
GeneralRe: HttpWebResponse Strange Behavior... Pin
DuKeClod27-Feb-04 8:17
DuKeClod27-Feb-04 8:17 
GeneralRe: HttpWebResponse Strange Behavior... Pin
Heath Stewart27-Feb-04 8:23
protectorHeath Stewart27-Feb-04 8:23 
GeneralRe: HttpWebResponse Strange Behavior... Pin
DuKeClod27-Feb-04 9:30
DuKeClod27-Feb-04 9:30 
GeneralXML comments don't show up when referencing DLL Pin
krisp26-Feb-04 18:53
krisp26-Feb-04 18:53 
GeneralRe: XML comments don't show up when referencing DLL Pin
Heath Stewart27-Feb-04 3:43
protectorHeath Stewart27-Feb-04 3:43 
GeneralArray iteration using unsafe code Pin
Meysam Mahfouzi26-Feb-04 18:23
Meysam Mahfouzi26-Feb-04 18:23 
GeneralRe: Array iteration using unsafe code Pin
Member 26118827-Feb-04 2:55
Member 26118827-Feb-04 2:55 
GeneralRe: Array iteration using unsafe code Pin
Heath Stewart27-Feb-04 3:34
protectorHeath Stewart27-Feb-04 3:34 
GeneralRe: Array iteration using unsafe code Pin
scadaguy27-Feb-04 3:07
scadaguy27-Feb-04 3:07 
GeneralRe: Array iteration using unsafe code Pin
turbochimp27-Feb-04 4:01
turbochimp27-Feb-04 4:01 
GeneralArray of Interfaces Pin
Meysam Mahfouzi26-Feb-04 18:07
Meysam Mahfouzi26-Feb-04 18:07 
GeneralRe: Array of Interfaces Pin
Corinna John26-Feb-04 21:06
Corinna John26-Feb-04 21:06 
GeneralRe: Array of Interfaces Pin
Member 26118827-Feb-04 2:42
Member 26118827-Feb-04 2:42 
GeneralRe: Array of Interfaces Pin
Heath Stewart27-Feb-04 3:29
protectorHeath Stewart27-Feb-04 3:29 
GeneralRe: Array of Interfaces Pin
Werdna27-Feb-04 5:26
Werdna27-Feb-04 5:26 

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.