https://issues.apache.org/bugzilla/show_bug.cgi?id=51366

--- Comment #2 from Gili <cow...@bbs.darktech.org> 2011-06-13 16:18:29 UTC ---
Mark,

This isn't a matter of overhead. It's a matter of convenience. By providing a
single management interface for multiple webapps you could enhance productivity
that is not possible by using separate Tomcat instances today.

For example: when a user asks to reload a webapp, you could preload
Tomcat-minus-webapp sitting idle in the background. When the reload requests
come in you simply shut down the old JVM and load the new webapp into the
waiting JVM. If I were to implement this today the act of shutting down an
instance and relaunching it serially would take a lot longer (and thereby
reduce development productivity).

What do you think?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to