in reply to CGI::Prototype criticism 2 - CGI-oriented... but can it please all web setups?

Correct me if I'm wrong, but doesn't Catalyst have the ability to run the same code with the dev server, fastcgi, mod_perl, etc? I don't know about any "dynamic web environment," but it seems as though Catalyst mostly does this.

  • Comment on Re: CGI::Prototype criticism 2 - CGI-oriented... but can it please all web setups?

Replies are listed 'Best First'.
Re^2: CGI::Prototype criticism 2 - CGI-oriented... but can it please all web setups?
by Your Mother (Archbishop) on Dec 20, 2008 at 08:52 UTC

    You're right. Additionally, if you had another engine/env you wanted it to run on and you knew its workings, it would not be hard to write a Catalyst::Engine piece to support it.