Call to Benchmark PSGI!

Dylan Hardison dylan at mozilla.com
Tue Jan 19 17:33:27 UTC 2016


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