0

I'm looking for container for my Lift web application, deployed on OpenShift and I found Escalante. On Escalante site it's said, that Escalante "optimises the size of the deployment and the memory consumption at runtime". How it's compared to Jetty in memory usage ?

Oleksandr.Bezhan
  • 2,028
  • 3
  • 22
  • 31
  • 1
    I would try posting this to the lift list, https://groups.google.com/forum/#!forum/liftweb. The project lead for Escalante is on it, and you will probably get some more people who have used both. – jcern Sep 09 '13 at 11:01

1 Answers1

3

this is the Escalante lead. We still have not compared with other containers such as Jetty. That statement was based on comparisons I did with the base JBoss Application Server container, deploying a standard Lift war versus deploying a Lift war the Escalante way, with a minimal war. The latter was more memory efficient. We will do comparisons with Jetty as we near functionality completion, but we're not at that stage yet.

Galder Zamarreño
  • 5,027
  • 2
  • 26
  • 34