Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re:weather.com is now exclusively Tomcat (Score 1) 488

Yes and no. We use hardare loadbalancing to spread across our content servers. All connections are stateless/sessionless, so each request is atomic and requests are sent to the most available server.

On each content server (dual 1.3G PIII) we have mod_jk configured to use 2 loadbalanced "servers", each an AJP connector running on the same machine within the same JVM, but each on separate ports. Each connector then has its own processor threads. This configuration isn't in the documentation, but it gives us the best throughput.

Slashdot Top Deals

"Joy is wealth and love is the legal tender of the soul." -- Robert G. Ingersoll

Working...