Acme-RPC
view release on metacpan or search on metacpan
lib/Acme/RPC.pm view on Meta::CPAN
* Devel pointer is too much work also. Maybe we should just cache $tree and then
walk it again when passed an oid. *sigh* Magic isn't working for me today.
Bleah.
EOF
# our $lt;
our $continuity; # don't lose this reference
our @keepalive; # stuff instances of objects created over RPC in there so they don't get garbage collected before the other end can use them
our $tree; # cached tree
our %registry; # oid=>objectrefs
sub import {
Devel::Trace::trace('off') if exists $INC{'Devel/Trace.pm'};
$continuity = Continuity->new(port => 7777, callback => sub {
( run in 0.976 second using v1.01-cache-2.11-cpan-df04353d9ac )