There are a lot of companies using Tomcat in production and some of them are large sites that get 1 million+ page views a day. Just because there are a lot of calls, it doesn't necessarily mean it's a problem.
scaling a website to handle millions of hits a day takes time and thorough testing. If you don't test your webapp under varying loads and settings, you're not going to know how it will scale. hopefully when the book comes out, it will answer most of these questions. peter --- Jon Roberts <[EMAIL PROTECTED]> wrote: > Haytham Samad wrote: > > Anything on can do to set Tomcat up to scale? > > I am running Tomcat as a service on Win 2K. > > You could start by running it on Linux instead to > save all that memory > and processor power that Windows consumes :) > > But seriously, I'm interested in hearing how Tomcat > can scale, too. It > seems like there is an awful lot loaded into memory > when it's launched, > and all my stack traces produce an impressively long > chain of method > calls: can this be mitigated? > > Jon Roberts > www.mentata.com > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
