in reply to Re^2: Sharing in fork
in thread Sharing in fork
There are lots of ways to communicate between two processes. See perlipc. I prefer to use a database.
There is no way to actually share data between two processes in Perl. You can try something like MMap if you want to make mostly static data available.
|
|---|