Quoting Pier Fumagalli <[EMAIL PROTECTED]>: > Our main web-app has roughly 400 JSP pages to compile (you never know), 20 > servlets loaded on startup, 4 lucene indexes to open, 500 connections to the > database, 350/400 megabytes of "cached" objects to de-serialize and put down > into memory, and some initial synchronization checks with the DB to find out > what are the articles that need to be displayed first (articles ranking) out > of an history of some hundred thousand of them (all on line)... > > It is a big bubba, the JVM memory size is somewhat in the range of 640 Mb... > :-) (and it's just 1 web-application out of 6) > > Only problem? Tomcat doesn't scale "that high" :-(
Since you like segfaults better then NPE's and you seem to need performance, maybe you should try CSP's: http://astro.temple.edu/~john43/ ;-) Bojan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>