perl-RPC-Async
Asynchronous RPC framework
SRPM: perl-RPC-Async-1.02-1.n0i.2.fc8.src.rpm SPEC: perl-RPC-Async.spec Version: 1.02 Release: 1.n0i.2.fc8 Epoch: License: GPL+ or Artistic Group: Development/Libraries Size: 14641 Packager: Marius Feraru <altblue@n0i.net> Vendor: n0i.net URL: http://search.cpan.org/dist/RPC-Async/ Date: Tue Oct 09 2007, 05:03 GMT
Description:
This set of module implements remote procedure calls between perl programs.
It is special in that control flow does not halt until the call has
completed. Instead, the call completes in the background until it eventually
returns, triggering a callback function in the client.
By using anonymous sub references (closures) in Perl, such control flow can
be made to look quite linear despite being non-blocking and interleaved.
It is special in that control flow does not halt until the call has
completed. Instead, the call completes in the background until it eventually
returns, triggering a callback function in the client.
By using anonymous sub references (closures) in Perl, such control flow can
be made to look quite linear despite being non-blocking and interleaved.
Changelog:
- Tue Oct 09 2007 Marius Feraru <altblue@n0i.net> - 1.02-1.n0i.2
- version 1.02 - Wed Sep 05 2007 Marius Feraru <altblue@n0i.net> - 1.01-1.n0i.1
- spec file (re)created using N0i::CPAN::RPMizer/1.14.9
- version 1.00
Files:
- perl-RPC-Async.spec
- RPC-Async-1.02.tar.gz
Requires:
- perl(IO::EventMux)
- perl(Module::Build)
- perl(Test::More)
- rpm-build-reb00t-perl
- rpmlib(CompressedFileNames)