--------------- On 10/10/2000 11:46:14 PM bcburke wrote: ---------------
>You can use Perl's IPC::Shareable to share objects in memory across
>processes:
>http://theoryx5.uwinnipeg.ca/CPAN/data/IPC-Shareable/IPC/Shareable.html
>Good luck,
Thanks for your reply,
I read through the documentation and IPC-Shareable is exactly what I
need. I am having some problems getting it working. (Maybe that's why you
wished me Good luck). Seems to have to do with the size option. I can tie
simple variables but I get "Munged shared memory segment (size exceeded?)"
when I try to tie a package. Is that not possible or can I fiddle with the
size option? The default however would seem to be adequate (65536).
And again thanks for the idea.
Atli.