in reply to mod_perl memory issues...
Hi cLive,
I assume you're using Apache::Registry as opposed to writing handler modules. You would have a directory which is setup for Registry scripts which will stay in memory, but you can still have a normal cgi-bin type directory as well. Simply put the rarely used scripts in your normal cgi-bin and the rest in your mod_perl directory.
cheers,
J
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: mod_perl memory issues...
by cLive ;-) (Prior) on Oct 15, 2003 at 22:35 UTC |