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 "module::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

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

Wily - Perl extension for interfacing with Wily River stage zero No dependents

Provides a reasonably high level OO interface to wily. A lower level interface is available via Wily::RPC, and an even lower level one through Wily::Message and Wily::Connect. The actual windows in wily are represented by Wily::Win objects....

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

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

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

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

JSORB - Javascript Object Request Broker River stage one • 1 direct dependent • 1 total dependent

__ __ /\ \ /\_\ ____ ___ _ __ \ \ \____ \/\ \ /',__\ / __`\ /\`'__\ \ \ '__`\ \ \ \ /\__, `\/\ \L\ \\ \ \/ \ \ \L\ \ _\ \ \ \/\____/\ \____/ \ \_\ \ \_,__/ /\ \_\ \ \/___/ \/___/ \/_/ \/___/ \ \____/ \/___/ DISCLAIMER This is a VERY VERY early releas...

STEVAN/JSORB-0.04 - 13 Jan 2010 19:27:11 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

Win32::Lanman - implements MS Lanmanager functions River stage zero No dependents

This module implements the MS Lanmanager functions...

JHELBERG/lanman.1.0.10.0 - 11 Jan 2003 17:21:44 UTC - Search in distribution

Net::Daemon - Perl extension for portable daemons River stage one • 3 direct dependents • 4 total dependents

Net::Daemon is an abstract base class for implementing portable server applications in a very simple way. The module is designed for Perl 5.005 and threads, but can work with fork() and Perl 5.004. The Net::Daemon class offers methods for the most co...

TODDR/Net-Daemon-0.49 - 25 Sep 2020 17:46:44 UTC - Search in distribution

JSON::DWIW - JSON converter that Does What I Want River stage zero No dependents

Other JSON modules require setting several parameters before calling the conversion methods to do what I want. This module does things by default that I think should be done when working with JSON in Perl. This module also encodes and decodes faster ...

DOWENS/JSON-DWIW-0.47 - 29 Sep 2010 04:57:36 UTC - Search in distribution

Myriad - microservice coördination River stage one • 1 direct dependent • 1 total dependent

Myriad provides a framework for dealing with asynchronous, microservice-based code. It is intended for use in an environment such as Kubernetes to support horizontal scaling for larger systems. Overall this framework encourages - but does not enforce...

DERIV/Myriad-1.001 - 11 Nov 2022 01:44:03 UTC - Search in distribution
  • Myriad - microservice coördination

Sys::Virt::Domain - Represent & manage a libvirt guest domain River stage zero No dependents

The "Sys::Virt::Domain" module represents a guest domain managed by the virtual machine monitor....

DANBERR/Sys-Virt-v10.2.0 - 08 Apr 2024 15:26:10 UTC - Search in distribution

Valence - Perl interface to electron GUI tool-kit River stage one • 1 direct dependent • 1 total dependent

Electron <https://github.com/atom/electron> is chromium-based GUI application framework. It allows you to create "native" applications in HTML, CSS, and javascript. The Valence perl module is an RPC binding that lets you use perl instead of javascrip...

FRACTAL/Valence-0.201 - 22 Sep 2016 13:55:49 UTC - Search in distribution

UltraDNS - Client API for the NeuStar UltraDNS Transaction Protocol River stage zero No dependents

A simple and efficient client for the NeuStar UltraDNS Transaction Protocol as defined in <http://www.ultradns.net/api/NUS_API_XML.pdf> (version 3.0, dated September 5, 2008). All requests are batched and performed in transactions. A single secure co...

TIMB/UltraDNS-0.06 - 20 Jan 2009 13:24:46 UTC - Search in distribution

SOAP::Lite - Perl's Web Services Toolkit River stage three • 109 direct dependents • 143 total dependents

SOAP::Lite is a collection of Perl modules which provides a simple and lightweight interface to the Simple Object Access Protocol (SOAP) both on client and server side....

PHRED/SOAP-Lite-1.27 - 14 May 2018 20:36:08 UTC - Search in distribution

AnyEvent::Handle - non-blocking I/O on streaming handles via AnyEvent River stage three • 414 direct dependents • 673 total dependents

This is a helper module to make it easier to do event-based I/O on stream-based filehandles (sockets, pipes, and other stream things). Specifically, it doesn't work as expected on files, packet-based sockets or similar things. The AnyEvent::Intro tut...

MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC - Search in distribution
  • AnyEvent - the DBI of event loop programming

AnyEvent::Task - Client/server-based asynchronous worker pool River stage one • 1 direct dependent • 1 total dependent

The synopses make this module look much more complicated than it actually is. In a nutshell, a synchronous worker process is forked off by a server whenever a client asks for one. The client keeps as many of these workers around as it wants and deleg...

FRACTAL/AnyEvent-Task-0.805 - 13 Feb 2017 17:02:33 UTC - Search in distribution

Task::POE::All - All of POE on CPAN River stage zero No dependents

This task contains all distributions under the POE namespace....

APOCAL/Task-POE-All-1.102 - 09 Nov 2014 11:07:41 UTC - Search in distribution

JOAP::Server - Base Class for JOAP Object Servers River stage zero No dependents

This is an abstract base class that can be used to quickly and easily define a JOAP server, ready to run on the Jabber network. You shouldn't instantiate or use this package directly; instead, create a sub-class of JOAP::Server and muck around with i...

EVAN/JOAP-0.01 - 22 May 2003 23:57:35 UTC - Search in distribution
51 results (0.101 seconds)