Re: gitweb, FastCGI and PSGI/Plack

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Tatsuhiko Miyagawa
Date: Tuesday, May 11, 2010 - 11:56 am

2010/5/11 Peter Vereshagin <peter@vereshagin.org>:

There are two pure perl FCGI protocol implementations (caller side)
available: Net::FastCGI and FCGI::Client.

Plack::App::FCGIDispatcher is a PSGI application to connect to a
FastCGI external daemon over TCP or UNIX sockets, so you can use pure
perl PSGI web servers such as Starman to talk to them. But since it's
all pure perl and experimental and not suited for the benchmarking,
but it could be handy for testing (we actually use FCGI::Client to
test our own FastCGI server side implementation in Plack).

When I seriously want to benchmark FastCGI i always use nginx or
lighttpd, which is easy to install and doesn't need external modules
such as the case with Apache.

-- 
Tatsuhiko Miyagawa
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: gitweb, FastCGI and PSGI/Plack, Jakub Narebski, (Sun May 9, 4:05 pm)
Re: gitweb, FastCGI and PSGI/Plack, Tatsuhiko Miyagawa, (Sun May 9, 5:59 pm)
Re: gitweb, FastCGI and PSGI/Plack, Tatsuhiko Miyagawa, (Sun May 9, 6:05 pm)
Re: gitweb, FastCGI and PSGI/Plack, Jakub Narebski, (Mon May 10, 3:32 am)
Re: gitweb, FastCGI and PSGI/Plack, Jakub Narebski, (Mon May 10, 9:26 am)
Re: gitweb, FastCGI and PSGI/Plack, Tatsuhiko Miyagawa, (Mon May 10, 10:03 am)
Re: gitweb, FastCGI and PSGI/Plack, Tatsuhiko Miyagawa, (Mon May 10, 10:14 am)
Re: gitweb, FastCGI and PSGI/Plack, Jakub Narebski, (Mon May 10, 11:40 am)
Re: gitweb, FastCGI and PSGI/Plack, Tatsuhiko Miyagawa, (Mon May 10, 11:43 am)
Re: gitweb, FastCGI and PSGI/Plack, Jakub Narebski, (Mon May 10, 2:10 pm)
Re: gitweb, FastCGI and PSGI/Plack, Tatsuhiko Miyagawa, (Mon May 10, 5:07 pm)
Re: gitweb, FastCGI and PSGI/Plack, Jakub Narebski, (Tue May 11, 2:29 am)
Re: gitweb, FastCGI and PSGI/Plack, Peter Vereshagin, (Tue May 11, 2:44 am)
Re: gitweb, FastCGI and PSGI/Plack, Tatsuhiko Miyagawa, (Tue May 11, 11:56 am)