Paketname | libevent-rpc-perl |
Beschreibung | Event based transparent Client/Server RPC framework |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.01-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 236 Byte |
Hängt ab von | perl (>= 5.6.0-16), libevent-perl | libglib-perl |
Empfohlene Pakete | libio-socket-ssl-perl |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 64930 Byte |
Prüfsumme MD5 | 3bde525c6f064cc38cb6d1ac0e17a11c |
Prüfsumme SHA1 | 3d1e35930f5b072a6777bc12acfc43905d0f3dba |
Prüfsumme SHA256 | 74867aeecaec5d8da8b1ce1cc12154d7ec2a71c43d7ca892df8f2f59d0eb5f59 |
Link zum Herunterladen | libevent-rpc-perl_1.01-1_all.deb |
Ausführliche Beschreibung | Event::RPC supports you in developing Event based networking client/server
applications with transparent object/method access from the client to the
server. Network communication is optionally encrypted using IO::Socket::SSL.
Several event loop managers are supported due to an extensible API.
Currently Event and Glib are implemented.
.
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.
|