Depending on what your workload and goals are, Lift can scale quite nicely by "just adding more boxes" as long as you have session affinity (and a load balancer).
Derek On Sun, Mar 15, 2009 at 7:34 PM, parag978978 <[email protected]> wrote: > > I want to know the technical reasons why the lift webframework has > high performance and scalability? I know it uses scala, which has an > actor library, but according to the install instructions it default > configuration is with jetty. So does it use the actor library to > scale? > > Now is the scalability built right out of the box. Just add additional > servers and nodes and it will automatically scale, is that how it > works? Can t handle 500000+ concurrent connections with supporting > servers. > > I am trying to create a web services framework for the enterprise > level, that can beat what is out there and is easy to scale, > configurable, and maintainable. My definition of scaling is just > adding more servers and you should be able to accommodate the extra > load. > > Thanks > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
