https://issues.apache.org/bugzilla/show_bug.cgi?id=51366
Bug #: 51366 Summary: One process per webapp Product: Tomcat 7 Version: unspecified Platform: PC Status: NEW Severity: enhancement Priority: P2 Component: Catalina AssignedTo: dev@tomcat.apache.org ReportedBy: cow...@bbs.darktech.org Classification: Unclassified I don't know whether this proposal has been made before so I apologize in advance if I'm rehashing an old idea. I'd like to propose a simple but powerful architectural change: each webapp should run in its own JVM. Benefits: * Ability to manage resources (memory, cpu, etc) on a per-webapp level * Improved fault-tolerance (a failing webapp won't take others down with it) * Ability to load JNI libraries from webapps without having to jump through any hoops or running into "java.lang.UnsatisfiedLinkError: Native Library x already loaded in another classloader." Please let me know what 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