Tomcat fronted with apache best practices?

2007-10-25 Thread Dragan Jotanovic
Hi there, I have Tomcat 6.0 fronted with Apache 2.2 through AJP1.3 connector serving 3 applications on Windows 2003. They are both running on machine with 4 dual-core intel processors with 4 Gb of RAM. In my httpd.conf I have: ThreadsPerChild 250 MaxRequestsPerChild 0 And in

RE: Tomcat fronted with apache best practices?

2007-10-25 Thread Dragan Jotanovic
Mark Thomas wrote: > It all depends on your application. You need to profile it, understand what resources are required per user / session / request (which ever makes sense for your application) and then scale the system appropriately. Thanks for the reply Mark. But could you tell me at least abo