Home > Repositories > base > perl-Event-RPC

perl-Event-RPC: Event::RPC - Event based transparent Client/Server RPC framework

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 connected clients) which handles client side methods calls with transport of method arguments and return values.

The object proxy handles refcounting and destruction of objects created by clients properly. Objects as method parameters and return values are handled as well (although with some limitations, see below).

For the client the whole thing is totally transparent - once connected to the server it doesn't know whether it calls methods on local or remote objects.

Also the methods on the server newer know whether they are called locally or from a connected client. Your application logic is not affected by Event::RPC at all, at least if it has a rudimentary clean OO design.

For details on implementing servers and clients please refer to the man pages of Event::RPC::Server and Event::RPC::Client.
Name:perl-Event-RPC
Release: 1.1-2mamba
Group:System/Libraries/Perl
Maintainer:autodist
License:Artistic, GPL
Size:64.54 kB
Upstream URL:https://www.cpan.org/
Build time:2023-04-17 21:57:47
Binary packages and requirements
x86_64i586
Built RPMSperl-Event-RPC
perl-Event-RPC
Build requirementslibperl [1]
perl[>=2:5.36.0] [1]
perl-AnyEvent [1]
perl-CBOR-XS [1]
perl-Event [1]
perl-Glib [1]
perl-IO-Socket-SSL [1]
perl-JSON-XS [1]
perl-Sereal [1]
perl-devel [1]
libperl [1]
perl[>=2:5.36.0] [1]
perl-AnyEvent [1]
perl-CBOR-XS [1]
perl-Event [1]
perl-Glib [1]
perl-IO-Socket-SSL [1]
perl-JSON-XS [1]
perl-Sereal [1]
perl-devel [1]
History of changes
DatePackagerReleaseDescription
2023-04-17Sdk Build System 1.10-2mamba- rebuilt with perl 5.36.0
2019-08-02autodist1.10-1mamba- automatic update by autodist
2015-12-29autodist1.08_01-1mamba- automatic update by autodist
2014-05-25autodist1.05-1mamba- automatic update by autodist
2014-01-24autodist1.04-1mamba- automatic update by autodist
2013-02-22autodist1.03-1mamba- automatic version update by autodist
2012-11-13silvan1.01-2mamba- perl 5.16 mass rebuild
2009-02-05silvan1.01-1mamba- automatic update by autodist
2008-11-04silvan1.00-2mamba- automatic rebuild by autodist
2008-10-20gil1.00-1mamba- package created by autospec