>>>>> "Paul" == Paul  <[EMAIL PROTECTED]> writes:

Paul> Good morning, gang.
Paul> As we migrate to mod_perl, we have one major CGI that is scattered all
Paul> over the site.  It is directory local and reads config files to adjust
Paul> its output. Currently we have one copy in cgi-bin and quite literally
Paul> hundreds of symlinks to it from all over the site.

Paul> We want to rewrite this in modperl, but I was concerned about the
Paul> memory usage of cacheing each local copy.

Huh?

If you're talking about using Apache::Registry, STOP.  Just write a
module, define it as the handler for each of those directory contents,
and you're done.

Apache::Registry is meant as a stopgap until you learn to write real
handlers.  You've just now graduated. :)

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to