A lightweight perl RPC implementation.
Find a file
2012-01-16 19:30:32 -08:00
examples - switch to a streaming transport model 2006-09-06 06:28:22 +00:00
lib/RPC Update to work with newer JSON lib. 2012-01-16 19:30:32 -08:00
t - fix a bug and update the manifest 2006-10-21 23:01:10 +00:00
Changes update 2010-01-13 22:32:32 +00:00
Makefile.PL - doc improvements/cleanup 2006-07-27 21:37:10 +00:00
MANIFEST - fix a bug and update the manifest 2006-10-21 23:01:10 +00:00
MANIFEST.SKIP - wrote a real test with an actual client->server call 2006-07-26 09:09:01 +00:00
README update copyright date 2010-01-13 22:13:33 +00:00

RPC-Lite version 0.10
=====================

RPC::Lite is a lightweight, easy-to-use yet extensible framework
for remote process communication.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

***NOTE: This module requires that your perl be compiled with
         ithreads support, even if you're not planning on using
         threading.

This module requires these other modules and libraries:

  REQUIRED

    threads
    threads::shared
    IO::Socket
    IO::Select
    Data::Dumper

  RECOMMENDED

    JSON
    XML::Simple
 
COPYRIGHT AND LICENCE

Copyright (C) 2010 by Andrew Burke (aburke@bitflood.org)
Copyright (C) 2010 by Jeremy Muhlich (jmuhlich@bitflood.org)

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.5 or,
at your option, any later version of Perl 5 you may have available.