Re: Client-side thread model questions

2007-04-15 Thread Trustin Lee
Hi Sean, On 4/13/07, Sean LeBlanc <[EMAIL PROTECTED]> wrote: Hello, I'm testing out my client-side code by firing off many threads which in turn, call a simulated server. I find that it works okay up until a certain point. Any more than about 60 threads, and I get in trouble - not all messages

Client-side thread model questions

2007-04-13 Thread Sean LeBlanc
Hello, I'm testing out my client-side code by firing off many threads which in turn, call a simulated server. I find that it works okay up until a certain point. Any more than about 60 threads, and I get in trouble - not all messages get sent, and the program never exits, either. However, in the