Tim can add more but here is my impression. Cherrypy has a pluses, it
is fast and has been tested a lot, but has some minuses too, it is
hard to read, does not work with python 3.0 and requires OpenSSL.

I tried to rewrite with gluon/sneaky, which also was 2x faster than
cherrypy's but did not have the time to test its wsgi compliance and
bring it to production.

Timothy took this very seriously and wrote a new server from scratch
that is very readable, requires SSL instead of OpenSSL (and it is
better because it comes with Python >=2.6), runs on python 2.x and
3.x. It scales better with multiple concurrent connections.
He showed me some benchmarks for an older version. We all look forward
to see he most updated benchmarks.

Massimo

On Mar 11, 10:36 am, Albert Abril <albert.ab...@gmail.com> wrote:
> Is Rocket a port of CherryPy? Or is made from zero? isn't 0.2 an earlier
> release yet?
> What's the principal difference from CherryPy? cleaner code, smaller.. and
> more?
>
> I'm questioning just for info of us the users, doesn't know so much about
> it.
>
> Thanks for all.
>
> Regatds!!
>
> On Thu, Mar 11, 2010 at 5:19 PM, Timothy Farrell <tfarr...@swgen.com> wrote:
> > The code has changed since version 0.1, Let me re-run some benchmarks.
> >  I'll have time to tomorrow.
>
> > For those curious, the basic difference is that Rocket handles a few
> > concurrent connections as fast as wsgiserver and many concurrent connections
> > much much faster.  It's also smaller, with cleaner code.
>
> > -tim
>
> > On 3/11/2010 10:08 AM, mdipierro wrote:
>
> >> We moved from cherrypy wsgiserver to Rocket, by Timothy Farrell.
>
> >> I included an older version, need to include the latest one.
>
> >> It needs to be tested but let's wait I post the latest version before
> >> we do so.
>
> >> Why?
> >> @Tim, you made a very convincing case to me some time ago. Can you
> >> share your benchmark with the rest of the users?
>
> >> Massimo
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "web2py-users" group.
> > To post to this group, send email to web...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > web2py+unsubscr...@googlegroups.com<web2py%2bunsubscr...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/web2py?hl=en.

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

Reply via email to