| Paketname | libevent-rpc-perl | 
| Beschreibung | Event based transparent Client/Server RPC framework | 
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) | 
| Version | 1.01-1 | 
| Sektion | universe/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 | Ubuntu MOTU Developers | 
| Quelle |  | 
| Paketgröße | 64846 Byte | 
| Prüfsumme MD5 | 32f73a6fd673bceaf0671ec7c4b30f91 | 
| Prüfsumme SHA1 | d8a9a3f04ad50238b17b8917c5d73dff9d44b5b9 | 
| Prüfsumme SHA256 | c8d74e4b1e87eb2d93b3e870a319451a23c44efb31cc5b86de5f0308aa66d84a | 
| 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. |