Re: [cgiapp] how to use C::A::Dispatch with FastCGI ?

2008-02-23 Thread Ron Savage
Hi Mark On Sat, 2008-02-23 at 23:19 -0700, Mark Fuller wrote: > > Go to http://www.fastcgi.com/ and scroll down to /Perl/, not /CPAN/ > > (between Java and Python). Takes you straight to the module. > > I see what you mean. If you click on the "Perl" link it takes you to a > list of CPAN module

Re: [cgiapp] how to use C::A::Dispatch with FastCGI ?

2008-02-23 Thread Mark Fuller
> Go to http://www.fastcgi.com/ and scroll down to /Perl/, not /CPAN/ > (between Java and Python). Takes you straight to the module. I see what you mean. If you click on the "Perl" link it takes you to a list of CPAN modules. Do you understand why those modules can't be found by searching CPAN?

Re: [cgiapp] how to use C::A::Dispatch with FastCGI ?

2008-02-23 Thread Ron Savage
Hi Mark > Can you provide a link to the site that provides the link? :) If I go > to www.fastcgi.com it has a link to CPAN's main page. Go to http://www.fastcgi.com/ and scroll down to /Perl/, not /CPAN/ (between Java and Python). Takes you straight to the module. > >A few lines of change is no

Re: [cgiapp] how to use C::A::Dispatch with FastCGI ?

2008-02-23 Thread Mark Fuller
> IIRC there's a link from the FastCGI web site to the CPAN module. Can you provide a link to the site that provides the link? :) If I go to www.fastcgi.com it has a link to CPAN's main page. The only way I found FCGI in the past was to browse FCGI::ProcManager (which turned up in a search for F

Re: [cgiapp] how to use C::A::Dispatch with FastCGI ?

2008-02-23 Thread Ron Savage
Hi Mark > life of me, I can't figure out how to find it on CPAN without already > knowing where it is. :) Taken as a sum I gather impressions. That's > all. IIRC there's a link from the FastCGI web site to the CPAN module. > SpeedyCGI and "pperl" on CPAN) (if they work) seem to be more > transpa

Re: [cgiapp] how to use C::A::Dispatch with FastCGI ?

2008-02-23 Thread Ron Savage
Hi Silent > thanks very much! > that's works, > and in t.fcgi: Excellent. > the line "$request -> Finish();" seems not needed. True. But it's a good habit to get into... > and in my opinion, mod_perl is powerfull, but Fastcgi is also very fast than > CGI, > and it is more easyer to find vhost

Re: [cgiapp] how to use C::A::Dispatch with FastCGI ?

2008-02-23 Thread Mark Fuller
> Curious. Still, reliable (software) technology doesn't have to be > updated. This topic blew up Sorry. It just looked like nothing was happening with these various tools. For example: The SpeedyCGI/PersistentPerl web site has binaries for download which are ancient. The fastcgi site's FAQ has

Re: [cgiapp] how to use C::A::Dispatch with FastCGI ?

2008-02-23 Thread Silent
2008/2/23, Ron Savage <[EMAIL PROTECTED]>: > > On Thu, 2008-02-21 at 20:08 +0800, Silent wrote: > > Hi Silent > > Here's a demo: > http://savage.net.au/Perl-modules/CGI-Application-Test-Dispatch-1.00.tgz > Note: Test is used in the sense of testing my understanding of the > dispatch style of app de

Re: [cgiapp] how to use C::A::Dispatch with FastCGI ?

2008-02-23 Thread Ron Savage
On Sat, 2008-02-23 at 10:01 -0700, Mark Fuller wrote: Hi Mark I see Michael Peters has already replied, and he know a great deal more that I do about these topics. Nevertheless, a few comments follow... > This might be better asked on Perlmonks, but do you have a feel for > how widely used is fa

Re: [cgiapp] how to use C::A::Dispatch with FastCGI ?

2008-02-23 Thread Michael Peters
Mark Fuller wrote: > I'm just trying to understand what's commonly used. I feel like I'm > missing something because I've heard it's desirable to use something > other than mod_perl because Well, I've heard... :) Actually my opinions on this are actually based experience. I've been developing an

Re: [cgiapp] how to use C::A::Dispatch with FastCGI ?

2008-02-23 Thread Mark Fuller
On Fri, Feb 22, 2008 at 5:04 PM, Ron Savage <[EMAIL PROTECTED]> wrote: > Here's a demo: This might be better asked on Perlmonks, but do you have a feel for how widely used is fastcgi? I got the impression it's not because the CPAN module isn't easy to find. Searching CPAN for "fcgi" returns a cat

[cgiapp] Re: CGI::Application Testing Methodologies

2008-02-23 Thread Aristotle Pagaltzis
* Mark Knoop <[EMAIL PROTECTED]> [2008-02-21 08:20]: > I have also taken note of the point about creating testable > classes. As an OO newbie much of my time recently has been > spent deliberating over how to design my classes, what to > encapsulate where, what return values to use for methods etc.

Re: [cgiapp] how to use C::A::Dispatch with FastCGI ?

2008-02-23 Thread Ron Savage
On Thu, 2008-02-21 at 20:08 +0800, Silent wrote: Hi Silent Oops. I should mention the code has a few hard-coded paths like /home/ron/... embedded here and there. -- Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html # CGI::Application community mailing list ##

Re: [cgiapp] how to use C::A::Dispatch with FastCGI ?

2008-02-23 Thread Ron Savage
On Thu, 2008-02-21 at 20:08 +0800, Silent wrote: Hi Silent Here's a demo: http://savage.net.au/Perl-modules/CGI-Application-Test-Dispatch-1.00.tgz Note: Test is used in the sense of testing my understanding of the dispatch style of app design in order to write an app, not in the sense of testing