Re: comparison between play and pyramid in term of performance

2011-07-07 Thread Mengu
i've used play. it's not new actually, i guess it's been 3 years or so. it's really a great framework breaking the rules of java web. this is what makes it great. it does not introduce any new concepts or provide more than what pyramid provides. if you want to use play framework, use it with

Re: comparison between play and pyramid in term of performance

2011-07-07 Thread Michael Merickel
On Wed, Jul 6, 2011 at 9:33 PM, Robert Ramsay duran...@gmail.com wrote: Looking to the future when pyramid can stably run on PyPy, you will likely find it hard to see any difference. FTR, Pyramid does run on PyPy. If you look at jenkins.pylonsproject.org the tests are run on PyPy and Jython

comparison between play and pyramid in term of performance

2011-07-06 Thread Minh Doan
Hi everyone, I have played with pyramid for a while and like it pretty much. Recently I heard about new web framework Play which is based on Java. I love Java as a programming language with which It's hardly to make mistake. And in term of performance Java is better than Python. Play is also very

Re: comparison between play and pyramid in term of performance

2011-07-06 Thread Robert Ramsay
Hi Minh, Performance is a very controversial topic. I don't have any benchmarks, and I know nothing about the Play framework. The difference in performance of low traffic sites is generally negligible and depends more on scalable code then actual language or platform. Looking to the future when