Hassan Schroeder ha scritto:
> On Fri, Feb 22, 2008 at 7:18 AM, Antonio Petrelli
> <[EMAIL PROTECTED]> wrote:
>
>   
>>  Or put Apache 2 in front of your Tomcat, as it is usually done in production
>>  environment.
>>     
>
> I don't know if you have statistics to substantiate that opinion, but it
> doesn't answer the question, eh?  :-)
>
> There are definitely people on this list, including me, running Tomcat
> standalone in production.
>   
I launched few performance tests for a tomcat webapp. If you use NIO
connector to exploit the CometProcessor the apache frontend has to
dispatch through http_proxy module, because AJP connector doesn't offer
comet feature. Anyway put apache as HTTP frontend downgrade the
performance a lot. If you run tomcat with a single instance then set up
tomcat straight to port 80 as you can see in this post:
http://www.jroller.com/giancarlo/entry/a_brief_account_of_optimization

---
http://gfrison.com

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to