Softpedia
 


LINUX CATEGORIES:



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

    POE::Component::IKC::ClientLite 0.2200

    Download button

    No screenshots available
    Downloads: 319  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Fair (2.7/5)
    8 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Philip Gwyn | More programs
    Perl Artistic License / FREE
    July 24th, 2008, 11:20 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    POE::Component::IKC::ClientLite description

    A small client for IKC

    POE::Component::IKC::ClientLite is a small client for IKC.

    SYNOPSIS

    use POE::Component::IKC::ClientLite;

    $poe=create_ikc_client(port=>1337);
    die POE::Component::IKC::ClientLite::error() unless $poe;

    $poe->post("Session/event", $param)
    or die $poe->error;

    # bad way of getting a return value
    my $foo=$poe->call("Session/other_event", $param)
    or die $poe->error;

    # better way of getting a return value
    my $ret=$poe->post_respond("Session/other_event", $param)
    or die $poe->error;

    # make sure connectin is aliave
    $poe->ping()
    or $poe->disconnect;


    ClientLite is a small, pure-Perl IKC client implementation. It is very basic because it is intented to be used in places where POE wouldn't fit, like mod_perl.

    It handles automatic reconnection. When you post an event, ClientLite will try to send the packet over the wire. If this fails, it tries to reconnect. If it can't it returns an error. If it can, it will send he packet again. If *this* fails, well, tough luck.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    IKC client | POE component | Perl module | IKC | POE | component

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

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