|
|
From: dimitri pater <dimitri.pa...@gmail.com>
Date: Tue, 7 Feb 2006 20:28:42 +0100
Local: Tues, Feb 7 2006 2:28 pm
Subject: Re: [cherrypy-users] Re: CP2.2 beta redirect
thank you, it works on the webserver On 2/7/06, Istvan Albert <istvan.alb...@gmail.com> wrote: > > httptools.redirect() was deprecated in favor of the *exception* > which, incidentally, is not a particulary good decision ... > The following workaround was suggested, write a helper function and > def redirect(url): 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.
| ||||||||||||||
|
|
From: Gustavo Niemeyer <gust...@niemeyer.net>
Date: Tue, 7 Feb 2006 13:29:55 -0200
Local: Tues, Feb 7 2006 10:29 am
Subject: Benchmarks
Hello,
I'm researching a bit about current options to create a web [1] http://www.cherrypy.org/wiki/CherryPySpeed Is CherryPy slower since the benchmark was done? The tested environment is: * Processor: Pentium M 1.7 Ghz The code used is: import cherrypy -- 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.
| ||||||||||||||
From: "Remi Delon" <r...@cherrypy.org>
Date: Tue, 7 Feb 2006 17:38:10 -0000
Local: Tues, Feb 7 2006 12:38 pm
Subject: Re: [cherrypy-users] Benchmarks
Did you have a look at
http://groups.google.com/group/cherrypy-devel/browse_thread/thread/4d... ? Regards, Remi. 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.
| ||||||||||||||
From: Gustavo Niemeyer <gust...@niemeyer.net>
Date: Tue, 7 Feb 2006 16:09:31 -0200
Local: Tues, Feb 7 2006 1:09 pm
Subject: Re: [cherrypy-users] Re: Benchmarks
Hey Remi!
> Did you have a look at [...] Humm.. interesting. No, I wasn't aware that lowercase_api would improve the performance meaningfully. CherryPy is now answering up to 183 requests per second. I've also benchmarked behind mod_python, and was able to get about 337 reqs/sec. Still behind the 500 reqs/sec, but I can probably live with that. I wonder if there's some kind of permanent analysis on those Thanks for the pointer. -- 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.
| ||||||||||||||
From: Sylvain Hellegouarch <s...@defuze.org>
Date: Tue, 07 Feb 2006 19:19:45 +0100
Local: Tues, Feb 7 2006 1:19 pm
Subject: Re: [cherrypy-users] Re: Benchmarks
Hi Gustavo,
There is no such test and as indeed it would be more than welcome in the - Sylvain Gustavo Niemeyer a écrit : 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.
| ||||||||||||||
From: Gustavo Niemeyer <gust...@niemeyer.net>
Date: Tue, 7 Feb 2006 16:35:46 -0200
Local: Tues, Feb 7 2006 1:35 pm
Subject: Re: [cherrypy-users] Re: Benchmarks
> There is no such test and as indeed it would be more than welcome in I belive it would be fairly simple to put ApacheBench to run > the CherryPy world. If you have ideas go ahead :) on every committed revision with a few different CherryPy setups, like the mentioned script. It may either send daily analysis to the development mailing list, or have some kind of trigger that sends a warning message if the number of requests per second drops behind a certain limit. > >up to 183 requests per second. I've also benchmarked behind Unfortunately I was wrong. The true value is 134 res/sec, so I'm > >mod_python, and was able to get about 337 reqs/sec. Still behind > >the 500 reqs/sec, but I can probably live with that. still looking for ways to improve the speed. As a random point of comparison, plain mod_python does 586 reqs/sec -- 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.
| ||||||||||||||
So if you run cherrypy with mod_python you get nearly twice as many
requests per second? I knew it would be higher but not this much higher. 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.
| ||||||||||||||
From: Gustavo Niemeyer <gust...@niemeyer.net>
Date: Tue, 7 Feb 2006 16:40:01 -0200
Local: Tues, Feb 7 2006 1:40 pm
Subject: Re: [cherrypy-users] Re: Benchmarks
> So if you run cherrypy with mod_python you get nearly twice as many No, I was wrong.. I broke the code without noticing, so ApacheBench > requests per second? I knew it would be higher but not this much > higher. was running against a broken server (and being very fast at it ;-). The real value is actually worse than the internal server (about 130 reqs/sec in my environment, against ~180 with internal server). Apologies. -- 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.
| ||||||||||||||
From: PA <petite.abei...@gmail.com>
Date: Tue, 7 Feb 2006 20:01:23 +0100
Local: Tues, Feb 7 2006 2:01 pm
Subject: Re: [cherrypy-users] Re: Benchmarks
On Feb 07, 2006, at 19:40, Gustavo Niemeyer wrote: > The real value is actually worse than the internal server (about 130 As a random data point, here is some recent benchmarks I ran against > reqs/sec in my environment, against ~180 with internal server). cherrypy (subversion as of January 21st) and others: [Cherrypy] [Webrick] [Mongrel] [LuaWeb] [httpd] [lighttpd] Cheers -- 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.
| ||||||||||||||
From: Sylvain Hellegouarch <s...@defuze.org>
Date: Tue, 07 Feb 2006 20:13:06 +0100
Local: Tues, Feb 7 2006 2:13 pm
Subject: Re: [cherrypy-users] Re: Benchmarks
Interesting.
I can appreciate CherryPy being far behind lightttpd but I wonder why so - Sylvain PA a écrit : 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.
| ||||||||||||||
| Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy |
| ©2009 Google |