Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Servlet containers have two levels of isolation: individual apps are mostly firewalled from each other as you say, but when running multiple servlet containers they are as isolated from each other as multiple docker processes are when it comes to shared libraries, security policies etc. JVM processes are easy to reason about at the OS level, while servlet applications are more complex. But we are comparing Docker with JVM, not Docker with e.g. Tomcat webapps.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: