5 ms·
An, that's interesting. So can it be used to overcome the memory leak problems of traditional servlet containers, because every app is a system process whose me
by js4all 11y ago
An, that's interesting. So can it be used to overcome the memory leak problems of traditional servlet containers, because every app is a system process whose memory is released by the OS and not by the container.
- pron 11y agoWell, it's completely orthogonal, really. Capsule makes it very easy to package and deploy single-app servlet containers (like, say, Jetty), but if you wanted to you could also package JBoss as a single capsule JAR. If it can run on the JVM -- it can be packaged with Capsule (and if not, let us know and we'll fix it!)
- js4all 11y agoThanks for the explanation. I will definitely try Capsule.