freebsd-ports/net/p5-RPC-Simple/pkg-descr
Cheng-Lung Sung 373af94e47 Add p5-RPC-Simple 1.002, perl classes to handle simple asynchronous RPC
calls with call-back.

PR:		ports/102256
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-08-22 07:02:36 +00:00

18 lines
378 B
Text

This module implements remote procedure call. I've tried to keep
things simple.
So this module should be :
- quite simple to use (thanks to autoload mechanisms)
- lightweight
It sure is not :
- DCE
- CORBA
- bulletproof
- securityproof
- foolproof
But it works. (Although I'm opened to suggestion regarding the
"un-proof" areas)
WWW: http://search.cpan.org/dist/RPC-Simple/