in reply to mod_perl: Is it so necessary?
Since Apache::Registry caches compiled scripts (well, it just leaves them compiled, more accurately) and mod_perl never releases compiled code (any more than a regular Perl interpreter does) anything you run either way is going to add memory for the life of the child it runs in. Occasional admin scripts, once-a-day statistics and that sort of thing should remain plain CGI for that reason.
..Theo
|
|---|