On 10/05/2012 21:40, Jon Drukman wrote:
> Caldarale, Charles R <Chuck.Caldarale <at> unisys.com> writes:
> 
>> You keep contradicting yourself: is it a massive box, or can it 
>> only support a miniscule number of threads? 
>> Pick one.
> 
> Where did I say it could only support a miniscule number of threads?
> I'm sorry if I accidentally gave that impression.
> 
> It's a massive box.  We are expecting massive traffic today.  I believe
> the box can
> handle it.  I assume the out-of-the-box Tomcat configuration is conservative
> (please correct me if I'm wrong).

The basic point we're making is that you are twiddling the wrong knobs.

If you want to handle more connections, increase the size of the thread
pool that handles requests, don't increase the size of the queue of
requests waiting to be handled.

You might also consider implementing the Executor, if you're going to
have a lot of threads.

 http://tomcat.apache.org/tomcat-6.0-doc/config/executor.html


>>>> You can also use the NIO connector if you want more more concurrency.
>>
>>> Explain please, or link?
>>
>> http://tomcat.apache.org/tomcat-6.0-doc/config/http.html
> 
> Explain to someone who has no idea what that page is saying :)

There are multiple connectors to choose from.


p



-- 

[key:62590808]

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to