Call to Benchmark PSGI!

Dylan Hardison dylan at mozilla.com
Tue Jan 19 22:48:20 UTC 2016


Here is the proper link: https://gist.github.com/dylanwh/d5c5498188c3866b7a03

On Tue, Jan 19, 2016 at 12:33 PM, Dylan Hardison <dylan at mozilla.com> wrote:
> I think PSGI is *ridiculously* faster than mod_perl
>
>
> Given a simple benchmark of calling apache bench against show_bug?id=1
> (with a simple testing db, mind you) I get 12 requests a second under PSGI
> (using HTTP::Server::PSGI) and 4 requests/second with mod_perl
>
> So mod_perl is about twice as fast CGI, but PSGI is three times faster
> than mod_perl.
>
> https://gist.github.com/dylanwh/d5c5498188c3866b7a03d
>
> So a call to people out there that have a working mod_perl setup ---
> please benchmark
> master on both mod_perl and PSGI and post the results here!
>
> Regards,
>
> Dylan.



More information about the developers mailing list