in reply to setting lighttpd/fcgi/perl ?
I recently released FCGI::Engine, which is meant to fill in what I see as the missing tools for Perl based Fast CGI development. It is modeled very heavily on Catalyst::Engine::FastCGI, but also includes a refactored FCGI::ProcManager as well. The SYNOPSIS section of FCGI::Engine pretty much says it all, although if you have any questions feel free to email me.
I use Lighttpd as well, so it also includes some Lighttpd conf files that are used in the tests.
While this module is only 0.02, I consider it pretty stable. For one thing, I "appropriated" all the really smart/hard bits from other more established modules (Catalyst::Engine::FCGI and FCGI::ProcManager) and just made them more generic (i.e. not tied to Catalyst). Also, this is currently being used to manage 6 different FCGI backends for a large $work project and has been running without issue for almost 4 months now.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: setting lighttpd/fcgi/perl ?
by rootcho (Pilgrim) on Feb 03, 2008 at 06:22 UTC | |
|
Re^2: setting lighttpd/fcgi/perl ?
by rootcho (Pilgrim) on Feb 04, 2008 at 01:51 UTC | |
by stvn (Monsignor) on Feb 04, 2008 at 14:59 UTC | |
by rootcho (Pilgrim) on Feb 04, 2008 at 19:12 UTC | |
by stvn (Monsignor) on Feb 04, 2008 at 19:24 UTC |