Re: High Load examples?

2010-01-08 Thread Rainer Jung
On 07.01.2010 12:24, Alexander Skwar wrote: Right now, we're using Bea WebLogic as our application server. We'd like to change to Tomcat 6. Now the creator of the application being run on the App Server said, that Tomcat works very well under low usage / low load situations. But if there are

High Load examples?

2010-01-07 Thread Alexander Skwar
maybe have real world examples of high profile / high load sites using Tomcat (6)? Best regards, Alexander -- View this message in context: http://old.nabble.com/High-Load-examples--tp27058015p27058015.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: High Load examples?

2010-01-07 Thread Peter Crowther
2010/1/7 Alexander Skwar alexanders.mailinglists+nos...@gmail.com: Right now, we're using Bea WebLogic as our application server. We'd like to change to Tomcat 6. Now the creator of the application being run on the App Server said, that Tomcat works very well under low usage / low load

Re: High Load examples?

2010-01-07 Thread Mark Thomas
On 07/01/2010 11:24, Alexander Skwar wrote: Hello. Right now, we're using Bea WebLogic as our application server. We'd like to change to Tomcat 6. Now the creator of the application being run on the App Server said, that Tomcat works very well under low usage / low load situations. But if

Re: High Load examples?

2010-01-07 Thread Leon Rosenberg
of course there can't be a high-load thread without me, so here are my 2 cents: 2 cents I'm working in high-performance high-portal environment since 2004, and i must say that starting with tomcat 5 i've never experienced any performance problems caused by tomcat itself. The number of concurrent

Re: High Load examples?

2010-01-07 Thread Pierre Goupil
+1 As usual it depends highly how well your app is written and where your bottleneck is. On a project, our very poorly-written Tomcat app was failing at ~50 concurrent users. BUT it was always because of the Oracle DB being starved on its 4 cores - 8GB of RAM machine. :-( On another project,