Are you running Lift in production or development mode?
I typically see 300 pages/second to 800 pages/second when I do benchmarks on
dual core opteron machines.

I'll look into this, but you should be seeing north of 300 pages per second
with simple pages in Lift.

On Sat, May 2, 2009 at 1:32 PM, Dunsun <dun...@gmail.com> wrote:

>
> Hi,
>
> I'm very new to lift and scala.
>
> I have made some Grails intranet applications but sadly Grails or
> better say GSP rendering part which is completely written in Groovy is
> a very slow beast (even in comparison with Rails or Django).
>
> For my future big project (heavy loaded site) I need something much
> faster.
>
> So I have made some quick and dirty Lift benchmarks using ApacheBench
> + Tomcat, GlassFish (from netbeans) and even Jetty.
> My machine - AMD X2 @ 2500Mhz, 4 GB RAM
>
> LIFT BASIC SAMPLE:
> ab -c 10 -n 3000
> http://localhost:8080/liftbasic-1.0-SNAPSHOT/user_mgt/login
> 50 req/s
>
> LIFT BLANK SAMPLE:
> ab -c 10 -n 3000 http://localhost:8080/liftblank-1.0/
> 120 req/s
>
> Obtained numbers were similar for all 3 servers.
>
> Using Stripes and rendering similar simple pages I'm getting much much
> higher scores (600 req/s).
> Using Grails I'm getting little worse results but I would say it is
> same league.
> I would expect much better performance from Lift which is written in
> scala.
>
> Why am I getting these low numbers ?
> Am I doing something wrong ?
> Any suggestion is very welcome.
>
> regards
> Daniel
>
> >
>


-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Git some: http://github.com/dpp

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to