Changes for version 0.89
- Features:
- New class_map attribute for Event::RPC::Client to be able to use classes locally which are imported from the server as well, by giving the server classes a different name on the client.
- Turn execptions of unregistered object access into warnings, which makes client / server communication more robust and debugging easier.
- Bugfixes:
- Fixed crashing when a method declared as an object returner returned undef, which should be absolutely legal.
- Fixed client side exceptions if server connection is unexpectedly interrupted during a remote method call.
- Exceptions are now stringified before send to the client, otherwise Storable may complain on exception objects which can't be freezed e.g. due to embedded code refs.
Modules
Event based transparent Client/Server RPC framework
Client API to connect to Event::RPC Servers
Represents a RPC connection
Represents a logging connection
Logging facility for Event::RPC
Mainloop Abstraction layer for Event::RPC
Event mainloop for Event::RPC
Glib mainloop for Event::RPC
Implementation of Event::RPC network protocol
Simple API for event driven RPC servers
Provides
in lib/Event/RPC/AuthPasswdHash.pm