diff options
author | wpaul <wpaul@FreeBSD.org> | 1996-06-05 02:42:33 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 1996-06-05 02:42:33 +0000 |
commit | 3f604024c144f54bc8ad3d214086b06105abb096 (patch) | |
tree | a6384b1815f9a24a3b8fd345bade1d8989b9145b /lib/libc | |
parent | 95c4b574d28bd0f19480f0ac8354c3123136d35e (diff) | |
download | FreeBSD-src-3f604024c144f54bc8ad3d214086b06105abb096.zip FreeBSD-src-3f604024c144f54bc8ad3d214086b06105abb096.tar.gz |
(I hope I'm doing this correctly.)
Import a my own little ypxfrd protocol. Note that this protocol is
_NOT_ the same as Sun's, which is proprietary.
This basically impliments an RPC-based file transfer protocol which
lets a slave server suck over a raw map database file from the master.
This is many times faster than the normal method, which requires reading
the records from ypserv via yp_all() and then creating a new database
on the fly, particularly when you have many tens of thousands of
records in a map (e.g. a huge passwd database).
The protocol number I chose falls within the 'user-specified' range.
Maybe we should register it with Sun so we can get an official vendor
number for it. :)
Diffstat (limited to 'lib/libc')
0 files changed, 0 insertions, 0 deletions