Depending on your use case, you might also be able to use CHI
(https://metacpan.org/pod/CHI). I've used that pattern before for sharing
data between processes. It has the benefit of the abstraction, so if
necessary you can add Layer 1 caches, change the backend to using Redis or
Memcached as you
On Wed, 01 Aug 2018 19:16:54 +0800
"Lauren C." wrote:
> Do you know how to tie a hash to a disk file thus read by another process?
>
> Currently my solution is writing the data to a JSON file and read it from the
> other program.
>
> Thank you.
>
See http://perl-begin.org/uses/databases/ . I
Hi!
Look at https://metacpan.org/pod/Tie::File::AsHash
On 8/1/18 2:16 PM, Lauren C. wrote:
Do you know how to tie a hash to a disk file thus read by another process?
Currently my solution is writing the data to a JSON file and read it
from the other program.
Thank you.
--
To unsubscribe,
Do you know how to tie a hash to a disk file thus read by another process?
Currently my solution is writing the data to a JSON file and read it from the
other program.
Thank you.