Link to home
Start Free TrialLog in
Avatar of szczecin
szczecin

asked on

IIS problem on heavy traffic

Recently I have switched from Apache to IIS and front server for Tomcat/JBoss. I use google analytics - people on site as measurement of traffic. Apache went down with about 2200 visitors while IIS works fine until 4000. Then I start to receive 503 errors. The traffic is load-balanced to 4 nodes (I use ISAPI redirector - tomcat connectors).  Any idea why this happens? I don't think it's hardware, CPU is not more than 20%, memory is fine.
ASKER CERTIFIED SOLUTION
Avatar of Gary Patterson, CISSP
Gary Patterson, CISSP
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Should not be a problem to make Tomcat or Jboss handling more connections (they add some threads, but no significant memory consumption in more connections)
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Did you read the support link I provided?  It covers IIS 7 too.  Just a different parameter.
Avatar of szczecin
szczecin

ASKER

Increasing number of workers did the trick. Also I believe that increasing the queue length might help.