RE: performance/scalability impact of many webapps in one container

2005-01-18 Thread Varley, Roger
For reasons beyond my control, a web application (apache/Tomcat/PostgreSQL) that I support will need to be partitioned into one context per customer (to support one database per customer). I'm wondering: Do you really need one database per customer? In a similair situation, we resolved

Re: performance/scalability impact of many webapps in one container

2005-01-18 Thread Remy Maucherat
On Tue, 18 Jan 2005 13:12:06 -, Varley, Roger [EMAIL PROTECTED] wrote: For reasons beyond my control, a web application (apache/Tomcat/PostgreSQL) that I support will need to be partitioned into one context per customer (to support one database per customer). I'm wondering: Do

performance/scalability impact of many webapps in one container

2005-01-17 Thread Joel McGraw
For reasons beyond my control, a web application (apache/Tomcat/PostgreSQL) that I support will need to be partitioned into one context per customer (to support one database per customer). I'm wondering: 1. What the performance implications are (if any) of having up to 300 contexts in one

Re: performance/scalability impact of many webapps in one container

2005-01-17 Thread QM
On Mon, Jan 17, 2005 at 03:02:28PM -0700, Joel McGraw wrote: : For reasons beyond my control, a web application : (apache/Tomcat/PostgreSQL) that I support will need to be partitioned : into one context per customer (to support one database per customer). Do you really need one context per

Re: performance/scalability impact of many webapps in one container

2005-01-17 Thread Remy Maucherat
On Mon, 17 Jan 2005 15:02:28 -0700, Joel McGraw [EMAIL PROTECTED] wrote: For reasons beyond my control, a web application (apache/Tomcat/PostgreSQL) that I support will need to be partitioned into one context per customer (to support one database per customer). I'm wondering: 1. What the