| Author |
Does the size of the .war file matter?
|
Alok Pota
Ranch Hand
Joined: Mar 07, 2001
Posts: 185
|
|
|
Since .war files are pretty much the unit of deployment for non-EJB based web-apps. Does the size of the .war file affect the run-time performance of the app. Is it scalable to have 100 .war files supported by an app server instance?
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12327
|
|
If the servlet engine is given enough memory there should be no noticable impact from just the number of applications loaded. Obviously its the rate of requests and related processing load that is going to be significant. Bill
|
Java Resources at www.wbrogden.com
|
 |
 |
|
|
subject: Does the size of the .war file matter?
|
|
|