in reply to RPC with Perl

I managed to get my code to work, it might have some bits and pieces you want to reuse (or show you silly mistakes you want to avoid), have a look there

Replies are listed 'Best First'.
Re^2: RPC with Perl
by glasswalk3r (Friar) on Sep 21, 2015 at 19:33 UTC

    It seems that RPC-Lite is something that we could both use.

    The issues here are a long time without any update, some errors from CPAN tests and a particular bug filled at rt://60308.

    On the other hand, it does have base classes for serialization and transport, so it should be half of the way covered, but I really didn't dig in the code to be sure.

    Kwalitee has some minor observations, but I don't think is important at all.

    Alceu Rodrigues de Freitas Junior
    ---------------------------------
    "You have enemies? Good. That means you've stood up for something, sometime in your life." - Sir Winston Churchill

      After reading through the topics that spawned from this endeavour I decided to go for Spread::Message, have a look at it its quite good.

Re^2: RPC with Perl
by glasswalk3r (Friar) on Sep 21, 2015 at 19:49 UTC

    A even better solution might be RPC::Serialized, since it basically implements all the things that RPC::Lite with less bugs. :-)

    Alceu Rodrigues de Freitas Junior
    ---------------------------------
    "You have enemies? Good. That means you've stood up for something, sometime in your life." - Sir Winston Churchill