20 messages in ru.sysoev.nginxRe: Best practices for running Perl?
FromSent OnAttachments
Mark AikenApr 30, 2009 11:46 am 
Chris CorteseApr 30, 2009 11:51 am 
Chris CorteseApr 30, 2009 11:53 am 
Mark AikenApr 30, 2009 12:05 pm 
Gabriel RamugliaApr 30, 2009 12:08 pm 
Mark AikenApr 30, 2009 12:37 pm 
Michael ShadleApr 30, 2009 1:04 pm 
Maxim DouninApr 30, 2009 1:08 pm 
Jim OhlsteinApr 30, 2009 1:14 pm 
Mark AikenApr 30, 2009 1:20 pm 
Gabriel RamugliaApr 30, 2009 1:22 pm 
Jonathan VanascoApr 30, 2009 1:48 pm 
Chris CorteseApr 30, 2009 2:00 pm 
luben karavelovMay 1, 2009 5:25 pm 
luben karavelovMay 1, 2009 5:43 pm 
Michael ShadleMay 1, 2009 6:16 pm 
luben karavelovMay 1, 2009 7:10 pm 
Michael ShadleMay 1, 2009 8:51 pm 
luben karavelovMay 2, 2009 7:40 am 
luben karavelovMay 2, 2009 7:48 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Best practices for running Perl?Actions...
From:Michael Shadle (mike@gmail.com)
Date:May 1, 2009 8:51:39 pm
List:ru.sysoev.nginx

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 <lub@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