The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "event::rpc"

Event::RPC - Event based transparent Client/Server RPC framework River stage zero No dependents

Event::RPC consists of a server and a client library. The server exports a list of classes and methods, which are allowed to be called over the network. More specific it acts as a proxy for objects created on the server side (on demand of the connect...

JRED/Event-RPC-1.10 - 27 Jun 2018 19:34:26 UTC - Search in distribution

RPC::ExtDirect::Event - Asynchronous server-to-client events River stage one • 5 direct dependents • 7 total dependents

This module implements Event object that is used to send asynchronous events from server to client via periodic polling. Data can be anything that is serializable to JSON. No checks are made and it is assumed that client side can understand the data ...

TOKAREV/RPC-ExtDirect-3.24 - 12 Oct 2016 07:39:21 UTC - Search in distribution

MsgPack::RPC::Event::Write River stage one • 1 direct dependent • 2 total dependents

YANICK/MsgPack-RPC-2.0.3 - 30 Jun 2019 15:23:18 UTC - Search in distribution

AnyEvent::RPC - Abstract framework for Asyncronous RPC clients River stage zero No dependents

MONS/AnyEvent-RPC-0.05 - 16 Jul 2010 00:09:33 UTC - Search in distribution

AnyEvent::Fork::RPC - simple RPC extension for AnyEvent::Fork River stage one • 2 direct dependents • 2 total dependents

This module implements a simple RPC protocol and backend for processes created via AnyEvent::Fork or AnyEvent::Fork::Remote, allowing you to call a function in the child process and receive its return values (up to 4GB serialised). It implements two ...

MLEHMANN/AnyEvent-Fork-RPC-2.0 - 15 Sep 2019 20:18:23 UTC - Search in distribution

XML::RPC::UA::AnyEvent - XML::RPC useragent, using AnyEvent::HTTP River stage zero No dependents

Asyncronous useragent for XML::RPC::Fast. Could be used in any AnyEvent application....

MONS/XML-RPC-Fast-0.8 - 25 Jan 2012 11:54:50 UTC - Search in distribution

AnyEvent::RabbitMQ::RPC - RPC queues via RabbitMQ River stage zero No dependents

"AnyEvent::RabbitMQ::RPC" provides an AnyEvent-based reliable job queue atop the RabbitMQ event server. This can be used as a replacement for similar reliable job queue/RPC client-worker models, such as TheSchwartz. RPC classes can register calls tha...

ALEXMV/AnyEvent-RabbitMQ-RPC-0.5 - 04 Nov 2012 21:40:20 UTC - Search in distribution

Neovim::Ext::MsgPack::RPC::EventLoop - Neovim::Ext::MsgPack::RPC::EventLoop class River stage zero No dependents

JACQUESG/Neovim-Ext-0.06 - 15 Jan 2023 22:03:52 UTC - Search in distribution

JSON::RPC2::AnyEvent - Yet-another, transport-independent and asynchronous JSON-RPC 2.0 implementation River stage one • 2 direct dependents • 2 total dependents

JSON::RPC2::AnyEvent is yet-another JSON-RPC 2.0 implementation. This module is very similar to JSON::RPC2 and actually shares the main goals. That is, transport independent, asynchronous, and light-weight. However, this module is designed so that it...

YANOTHER/JSON-RPC2-AnyEvent-0.03 - 22 Apr 2020 04:15:28 UTC - Search in distribution

JSON::RPC2::AnyEvent::Client - Asynchronous nonblocking JSON RPC2 client with method mapping River stage zero No dependents

JSON::RPC2::AnyEvent::Client is JSON RPC2 client, with tcp/http/https transport. Remote functions is mapped to local client object methods. For example remote function fn(...) is called as $c->fn(...,cb). Params of function is params of remote functi...

OKLAS/JSON-RPC2-AnyEvent-Client-0.04 - 15 Feb 2018 12:26:51 UTC - Search in distribution

JSON::RPC2::AnyEvent::Server::PSGI - PSGI adapter for JSON::RPC2::AnyEvent::Server River stage zero No dependents

JSON::RPC2::AnyEvent::Server::PSGI is a PSGI adapter for JSON::RPC2::AnyEvent::Server. It converts JSON::RPC2::AnyEvent::Server object to a PSGI app....

YANOTHER/JSON-RPC2-AnyEvent-Server-PSGI-0.01 - 20 Oct 2013 11:47:56 UTC - Search in distribution

RPC::Async - Asynchronous RPC framework River stage zero No dependents

This set of module implements remote procedure calls between perl programs. It is special in that control flow does not halt until the call has completed. Instead, the call completes in the background until it eventually returns, triggering a callbac...

TLBDK/RPC-Async-1.05 - 30 Dec 2007 14:26:25 UTC - Search in distribution

Wily::RPC - Perl extension for the Wily RPC interface River stage zero No dependents

Provides an interface to the Wily, using the lower level Wily::Message and Wily::Connect packages (which can also be used without this wrapper). Most of the methods of the Wily::RPC may block for a short time, they write a message to wily over a unix...

SHOLDEN/Wily-0.02 - 20 Aug 2004 14:19:09 UTC - Search in distribution
  • Wily - Perl extension for interfacing with Wily

perlepigraphs - list of Perl release epigraphs River stage five • 11693 direct dependents • 33184 total dependents

Many Perl release announcements included an *epigraph*, a short excerpt from a literary or other creative work, chosen by the pumpking or release manager. This file assembles the known list of epigraph for posterity, and also links to the release ann...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

org2wp - Publish Org document (or heading) to WordPress as blog post River stage one • 1 direct dependent • 1 total dependent

This is originally a quick hack because I couldn't make L<https://github.com/punchagan/org2blog> on my Emacs installation to work after some update. "org2wp" uses the same format as "org2blog", but instead of being an Emacs package, it is a CLI scrip...

PERLANCAR/App-org2wp-0.013 - 23 May 2022 00:05:22 UTC - Search in distribution

MP::Intro River stage one • 2 direct dependents • 2 total dependents

MLEHMANN/AnyEvent-MP-2.02 - 29 Jul 2018 02:24:02 UTC - Search in distribution
  • AnyEvent::MP - erlang-style multi-processing/message-passing framework

perlfaq - Frequently asked questions about Perl River stage zero No dependents

The perlfaq comprises several documents that answer the most commonly asked questions about Perl and Perl programming. It's divided by topic into nine major sections outlined in this document. Where to find the perlfaq The perlfaq is an evolving docu...

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

Net::OpenSSH - Perl SSH client package implemented on top of OpenSSH River stage two • 27 direct dependents • 40 total dependents

Net::OpenSSH is a secure shell client package implemented on top of OpenSSH binary client ("ssh"). Under the hood This package is implemented around the multiplexing feature found in later versions of OpenSSH. That feature allows one to run several s...

SALVA/Net-OpenSSH-0.84 - 02 Jul 2023 18:04:50 UTC - Search in distribution

Coro::MP - erlang-style multi-processing/message-passing framework River stage zero No dependents

This module (-family) implements a simple message passing framework. Despite its simplicity, you can securely message other processes running on the same or other hosts, and you can supervise entities remotely. This module depends heavily on AnyEvent...

MLEHMANN/Coro-MP-0.1 - 06 Oct 2009 01:41:06 UTC - Search in distribution

Nmap::Parser - parse nmap scan data with perl River stage one • 1 direct dependent • 1 total dependent

This module implements a interface to the information contained in an nmap scan. It is implemented by parsing the xml scan data that is generated by nmap. This will enable anyone who utilizes nmap to quickly create fast and robust security scripts th...

APERSAUD/Nmap-Parser-1.37 - 26 Jan 2019 20:01:33 UTC - Search in distribution
81 results (0.117 seconds)