http://qs321.pair.com?node_id=727285


in reply to Re^3: How to Fix CGI
in thread How to Fix CGI

If this works reasonably well, why hasn't it caught on?

Replies are listed 'Best First'.
Re^5: How to Fix CGI
by perrin (Chancellor) on Dec 02, 2008 at 03:20 UTC
    I don't think ISPs are very interested in solving this problem, and the solution I described isn't what people expect from either mod_perl or CGI, so it would be hard to market.

    I do use this when doing development on mod_perl modules. If you avoid loading the module you're working on before forking, you can test it without ever doing restarts this way, and it works for mod_perl-specific modules that can't be run under CGI.