RPC/RMI in Perl
Aaron Trevena
aaron.trevena at gmail.com
Tue Oct 14 17:21:38 BST 2008
Hi Kaoru,
It sounds like you want CORBA rather than RPC/RMI given you're passing
objects about rather than calling remote methods or procedures on
objects that are in one place.
http://search.cpan.org/~otaylor/CORBA-MICO-0.6.0/MICO.pm
Otherwise look at how you can the objects persistant somehow (even if
only to shared memory or flat files on disk ) using RPC::Serialized.
Either way it's worth deciding if and explaining why you need to pass
objects around, rather than just invoke methods on them.
A.
--
http://www.aarontrevena.co.uk
LAMP System Integration, Development and Hosting
More information about the london.pm
mailing list