Niki Ivanchev wrote:
Have some one tested Tomcat with more than 100 webapps. For example e-commrece solution, without many bells and whistles - jsut shopbuilder and sopiing cart
Each webapp is based on trubine/velocity/torque. Each webapp using it's own firebird database.
Can I expect smooth performance on dual xeon with raid controler and lot of RAM (16G) on RedHat EAS?

I recommend using Tomcat 5, since it will save a significant amount of per context resources.


You should also use a global datasource, which would give you a global limit on concurrent DB requests. If all webapps use a separate DB, then it could lead to resources problems because of too many connections (but of course, I haven't tested anything).

--
xxxxxxxxxxxxxxxxxxxxxxxxx
R�my Maucherat
Developer & Consultant
JBoss Group (Europe) S�RL
xxxxxxxxxxxxxxxxxxxxxxxxx

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to