Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
8 lines
453 B
Text
8 lines
453 B
Text
ARPC is a GRPC-like library that supports file descriptor passing.
|
|
|
|
ARPC ships with a script, aprotoc, that works similar to Protobuf/GRPC's
|
|
protoc. It generates message and service bindings, taking a .proto file
|
|
as an input. Where ARPC differs from GRPC is that messages may contain
|
|
file descriptors. These file descriptors are passed on to the remote
|
|
side transparently. This makes ARPC useful for implementing privilege
|
|
separation between processes.
|