Re: [us...@httpd] TCP Connections per hostname?

2009-09-24 Thread raulmt
No, maybe I didn't explained it very well. Second try: Apache as a loadbalancer in my case, receives requests on one IP but with many different hostnames (like a hosting company who hosts many domains on one server). I did a stress test with JMeter to see how many concurrent users my application

[us...@httpd] TCP Connections per hostname?

2009-09-06 Thread raulmt
Hi, I use Apache as a loadbalancer of Tomcat instances using mod_jk. The IP in which Apache is has many hostnames and the final application (in Tomcat) sends a different response depending on the hostname (Header Host) of the request. I used Jmeter on this server using only one hostname and