mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
373af94e47
calls with call-back. PR: ports/102256 Submitted by: Gea-Suan Lin <gslin at gslin.org>
19 lines
378 B
Plaintext
19 lines
378 B
Plaintext
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/
|