Re: Memory Manager Tests - using 512 Threads
- From: "David J Taylor" <davidtaylor@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 27 Dec 2005 13:02:03 -0000
Danijel Tkalcec [RTC] wrote:
> "David J Taylor" wrote:
>> Pardon me for asking a silly question:
>>
>> - if you get more throughput with less memory using 16 threads, why
>> would you want to consider even using 512 threads? Does this
>> suggest that somewhere between 1 and 512 threads there is an optimum
>> value?
>
> In this test, Clients are virtualy flooding the Server with requests,
> so that most Threads are occupied full-time. In a normal productive
> environment, even if you allow RTC to use 512 Threads, it will most
> likely have less than 20 Threads working at the same time. And since
> Thread pool in RTC is growing on-demand, threads won't even be
> created if there is no work to do for them.
>
> Having the abbility to work with more Threads at the same time is
> interesting for Servers which have to process a number of long-running
> requests. When there are free Threads available in the pool,
> long-running requests won't block the rest of the communication.
>
> So, the decision is simple:
> "How many parallel threads do you want to allow at peak times"?
>
> I've set up the Default value to 256, which is what most Web Servers
> use.
So you are saying that, under normal use, having the extra inactive
threads available ready for an I/O completion is a benefit?
David
.
- Follow-Ups:
- Re: Memory Manager Tests - using 512 Threads
- From: Danijel Tkalcec [RTC]
- Re: Memory Manager Tests - using 512 Threads
- References:
- ANN: Memory Manager Tests - Detailed Results
- From: Danijel Tkalcec [RTC]
- Memory Manager Tests - using 512 Threads
- From: Danijel Tkalcec [RTC]
- Re: Memory Manager Tests - using 512 Threads
- From: Dennis
- Re: Memory Manager Tests - using 512 Threads
- From: Danijel Tkalcec [RTC]
- Re: Memory Manager Tests - using 512 Threads
- From: David J Taylor
- Re: Memory Manager Tests - using 512 Threads
- From: Danijel Tkalcec [RTC]
- ANN: Memory Manager Tests - Detailed Results
- Prev by Date: Re: Memory Manager Tests - using 512 Threads
- Next by Date: Re: Memory Manager Tests - using 512 Threads
- Previous by thread: Re: Memory Manager Tests - using 512 Threads
- Next by thread: Re: Memory Manager Tests - using 512 Threads
- Index(es):
Relevant Pages
|