Best practices for running Perl?
Michael Shadle
mike503 at gmail.com
Sat May 2 07:52:02 MSD 2009
This will work seamlessly with bugzilla?
Also we have a strict policy with not modifying the source package for
easy upgrades. I'm sure somehow you could hack this kind of support
into bugzilla but that would be a lot of modification.
On May 1, 2009, at 7:10 PM, luben karavelov <luben at unixsol.org> wrote:
> Michael Shadle wrote:
>> I am coming from the camp where I cannot alter the application.
>> Coding one from scratch sure you can impelement an fcgi interface.
>
> It is already implemented. it is as simple as:
>
> use CGI::Fast;
> use FCGI::ProcManager qw(pm_manage);
> pm_manage( n_processes => 10 );
> while (my $cgi = CGI::Fast->new()) {
> ...
> }
>
>
> Best regards
> Luben
>
More information about the nginx
mailing list