Re: Max threads and Connector

2014-08-13 Thread Daniel Mikusa
On Wed, Aug 13, 2014 at 12:16 AM, Ahmed Hosni ahmedhosni...@gmail.com
wrote:

 I am using nginx webserver with tomcat 7 in production environment , I am
 trying to optemize performance changing connector port type from http to
 ajp and increasing maxThreads attribute in connector, does that really can
 enhance performance?


I don't know if anyone can completely answer that question for you.  We
might be able to give you some information about how those settings have
affected our environments or hypothesize about how they would effect yours.
 Ultimately you should try both options and measure the performance of each
one.  Then you can compare the two and know the answer for your specific
environment and applications.

Dan


Max threads and Connector

2014-08-12 Thread Ahmed Hosni
I am using nginx webserver with tomcat 7 in production environment , I am
trying to optemize performance changing connector port type from http to
ajp and increasing maxThreads attribute in connector, does that really can
enhance performance?