in reply to Adding a bit of security to Cache::FileCache
I'm not concerned with my scripts writing to the same namespace, it's more of a concern of a not-so-ethical user creating a script to write to the shared namespace.
I'm fully aware of the usage of FileCache, I'm using it to share data between two separate processes. I have one 'always-running' process that reads,resets,and acts upon "flags" created by separate 'short-running' scripts.
-Nitrox
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Adding a bit of security to Cache::FileCache
by whereiskurt (Friar) on Jul 20, 2007 at 13:07 UTC | |
Re^2: Adding a bit of security to Cache::FileCache
by kingkongrevenge (Scribe) on Jul 19, 2007 at 16:06 UTC |
In Section
Seekers of Perl Wisdom