Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
CherryPy Performance
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
victor.pantoja  
View profile  
 More options Oct 18 2009, 2:48 pm
From: "victor.pantoja" <victor.pant...@gmail.com>
Date: Sun, 18 Oct 2009 11:48:15 -0700 (PDT)
Local: Sun, Oct 18 2009 2:48 pm
Subject: CherryPy Performance
Hi

We are migrating a something complex system from Java to Python and we
are thinking about choosing CherryPy as our framework.

My doubt: does cherrypy stand +/- 4 million users and +/- 250
thousands simultaneous access?

Of course we are talking about using a very large cache structure
(memcached), WSGI and apache.

Thanks in advanced

--
Victor Pantoja


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stefan J. Betz  
View profile  
 More options Oct 19 2009, 1:30 pm
From: "Stefan J. Betz" <i...@stefan-betz.net>
Date: Mon, 19 Oct 2009 19:30:28 +0200
Local: Mon, Oct 19 2009 1:30 pm
Subject: Re: [cherrypy-users] CherryPy Performance

Am 2009-10-18 11:48:15 -0700, victor.pantoja schrieb:

> We are migrating a something complex system from Java to Python and we
> are thinking about choosing CherryPy as our framework.

> My doubt: does cherrypy stand +/- 4 million users and +/- 250
> thousands simultaneous access?

> Of course we are talking about using a very large cache structure
> (memcached), WSGI and apache.

I never tried CherryPy with so much Users/Connections...

But i know of a Portal Software (http://www.ubuntuusers.de) which has
choosen "Werkzeug" as Basic Framework: http://werkzeug.pocoo.org

mfg Betz Stefan
--
Betz Stefan -- Webdesign & Computerservice
URL: http://www.stefan-betz.net
Mail: i...@stefan-betz.net

  signature.asc
< 1K Download

    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eric Larson  
View profile  
 More options Oct 19 2009, 1:53 pm
From: Eric Larson <e...@ionrock.org>
Date: Mon, 19 Oct 2009 12:53:20 -0500
Local: Mon, Oct 19 2009 1:53 pm
Subject: Re: [cherrypy-users] Re: CherryPy Performance
At Mon, 19 Oct 2009 19:30:28 +0200,

My guess is that it is not necessarily CherryPy that would be difficult to use as much as the underlying systems the application being served would be using. For example, if you had that many simultaneous connections, you'd most likely need to have a set of CherryPy servers running. Each server would most likely have some sense of global state whether that is a session or something else. That system is more likely going to be the one that needs to be very fast or handle other scaling requirements. This means considering things like the db connections, file locking/unlocking and a host of other details that might cause issues.

What I can say for sure is that in terms of application development and stability , CherryPy is really well designed and makes it very well suited for building scalable systems. That may or may not mean it would work for your situation, but if your thinking of trying something like a WSGI based server (ie Werkzeug, Paste, CherryPy), then CherryPy is a great place to start.

HTH,

Eric Larson


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeff Younker  
View profile  
 More options Oct 19 2009, 2:20 pm
From: Jeff Younker <j...@drinktomi.com>
Date: Mon, 19 Oct 2009 11:20:48 -0700
Local: Mon, Oct 19 2009 2:20 pm
Subject: Re: [cherrypy-users] Re: CherryPy Performance

> We are migrating a something complex system from Java to Python and we
> are thinking about choosing CherryPy as our framework.

> My doubt: does cherrypy stand +/- 4 million users and +/- 250
> thousands simultaneous access?

> Of course we are talking about using a very large cache structure
> (memcached), WSGI and apache.

I'm curious why you're porting to Python rather than say, Scala.  It  
seems
that Scala would allow you to leverage your existing java infrastructure
and codebase while incrementally moving to a far better language.

-jeff


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kyle Schaffrick  
View profile  
 More options Oct 22 2009, 9:02 am
From: Kyle Schaffrick <k...@raidi.us>
Date: Thu, 22 Oct 2009 09:02:20 -0400
Local: Thurs, Oct 22 2009 9:02 am
Subject: Re: [cherrypy-users] Re: CherryPy Performance
On Mon, 19 Oct 2009 11:20:48 -0700

What's wrong with Jython? ;)

There was actually a post awhile back reporting success with running
CherryPy on Jython, with only a couple of minor modifications (modulo
auto-reload not working). I'd almost expect Jython would have a leg up
on CPython for running CP because of the latter's heavy thread usage:
Jython enjoys the JVM's robust threading support (i.e. no GIL).

-Kyle


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2010 Google