nnsd - Name service facility, Commandline Server Application
Please read Name service facility, introduction first.
The application described by this document, nns, is a simple command line server for the nano name service facility provided by the Tcllib packages nameserv, and nameserv::server. Beyond that the application's sources also serve as an example of how to use the server package nameserv::server.
This name service facility has nothing to do with the Internet's Domain Name System, otherwise known as DNS. If the reader is looking for a package dealing with that please see either of the packages dns and resolv, both found in Tcllib too.
nnsd was written with the following main use case in mind.
Run a nano name service on some host.
The command configures a server per the specified options and starts it. The command will not exit on its, as it keeps the name service database wholly in memory. The user has to kill it explicitly, eithre by sending a a signal, or through the job-control facilities of the shell in use.
The options to configure the name service are explained in section OPTIONS.
This section describes all the options available to the user of the application
This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category nameserv of the Tcllib Trackers. Please also report any ideas for enhancements you may have for either package and/or documentation.
Networking
Copyright © 2007-2008 Andreas Kupries <andreas_kupries@users.sourceforge.net>