Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Libraries

    Tibco::Rv 1.15

    Download button

    No screenshots available
    Downloads: 2,492  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Paul Sturm | More programs
    Perl Artistic License / FREE
    March 8th, 2007, 12:05 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    Tibco::Rv description

    Tibco::Rv are Perl bindings and Object-Oriented library for TIBCO's TIB/Rendezvous.

    Tibco::Rv are Perl bindings and Object-Oriented library for TIBCO's TIB/Rendezvous.

    SYNOPSIS

    use Tibco::Rv;

    my ( $rv ) = new Tibco::Rv;

    my ( $listener ) =
    $rv->createListener( subject => 'ABC', callback => sub
    {
    my ( $msg ) = @_;
    print "Listener got a message: $msgn";
    } );

    my ( $timer ) = $rv->createTimer( timeout => 2, callback => sub
    {
    my ( $msg ) = $rv->createMsg;
    $msg->addString( field1 => 'myvalue' );
    $msg->addString( field2 => 'myothervalue' );
    $msg->sendSubject( 'ABC' );
    print "Timer kicking out a message: $msgn";
    $rv->send( $msg );
    } );

    my ( $killTimer ) =
    $rv->createTimer( timeout => 7, callback => sub { $rv->stop } );

    $rv->start;
    print "finishedn"

    Tibco::Rv provides bindings and Object-Oriented classes for TIBCO's TIB/Rendezvous message passing C API.

    All methods die with a Tibco::Rv::Status message if there are any TIB/Rendezvous errors.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    Perl bindings | Object-Oriented library | TIBCO Rendezvous | Tibco::Rv | Perl | bindings

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

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