http://www.perlmonks.org?node_id=1213757


in reply to Re: Modifying an object in a fork
in thread Modifying an object in a fork

Hi 1nickt,

It's trivial using the mighty MCE::Shared ...

Also, see the logger and Tie::File MCE::Shared demonstrations. The object class, like in your demo, is constructed under the shared-manager process where it lives. How it works is that any interaction with the object is then possible via the OO interface only.

Regards, Mario