Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    AnyEvent::MPRPC 0.16

    Download button

    No screenshots available
    Downloads: 109  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    MATSUNO Tokuhiro | More programs
    Perl Artistic License / FREE
    September 8th, 2012, 14:21 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    AnyEvent::MPRPC description

    Simple TCP-based MPRPC client/server

    AnyEvent::MPRPC is a Perl module that provides TCP-based MessagePack RPC server/client implementation.

    AnyEvent::MPRPC provide you a couple of export functions that are shortcut of AnyEvent::MPRPC::Client and AnyEvent::MPRPC::Server. One is mprpc_client for Client, another is mprpc_server for Server.

    SYNOPSIS

     use AnyEvent::MPRPC;

     my $server = mprpc_server '127.0.0.1', '4423';
     $server->reg_cb(
     echo => sub {
     my ($res_cv, @params) = @_;
     $res_cv->result(@params);
     },
     );

     my $client = mprpc_client '127.0.0.1', '4423';
     my $d = $client->call( echo => 'foo bar' );

     my $res = $d->recv; # => 'foo bar';



    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    MPRPC client | Perl module | MPRPC server | Perl | MPRPC | client

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM