in reply to Re: How do you feel about mod_perl?
in thread How do you feel about mod_perl?
In the Description section from the link you gave, he points out that some things, like subrequests, are impossible. So that comes back to your question of what parts of application programming are available in mod_perl that aren't in CGI. You can emulate the CGI-compatible parts in mod_perl. The only reason not to just use CGI then would be so that it could run fast if you got to run your stuff under mod_perl. But if that's the case, I think it's just as well to use Apache::Registry and not worry about it. Unless you're in a Tantalus situation where you can't use a real development environment.
|
|---|