> -----Ursprüngliche Nachricht----- > Von: Bill Keese [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 8. Dezember 2004 08:44 > An: Struts Users Mailing List > Betreff: Re: [OT] Tomcat vs Resin > > > >With lightweight pages resins performance is double of tomcat performance > >(400 requests per second compared to aprox 200 requests per second) > > > I'm just curious. What is the bottleneck with serving pages? With 400 > pages/sec is your CPU pegged at 100%? Or is there a disk bottleneck? I > read a recent post saying that the most expensive part of serving pages > is data movement; if each page is 25K then 400 pages / second is 10M / > sec. Is that the issue?
In our case it was the CPU. The pages were 1-2K (I extra wrote lightweight:-)) With more sophisticated pages it's the CPU and some "bugs" in java garbage collection, which forces java to leak memory under load. Regards Leon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]