in reply to how mod_perl finds if code has already been compiled
Be Careful with Symbolic Links
As you know Apache::Registry caches the scripts in the packages whose names are constructed by scripts' URI. If you have the same script that can be reached by different URIs, which is possible if you have used symbolic links, you will get the same script stored twice in the memory.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: how mod_perl finds if code has already been compiled
by ajt (Prior) on Jun 16, 2003 at 14:22 UTC | |
by bobn (Chaplain) on Jun 16, 2003 at 16:55 UTC |