. Functionality

	. - Add comments to client and server tests.

	. | Write a program that will dump the state of the
	  name/value/type database stored in a memory-mapped file into
	  a machine independent format.

	. - Finish implementing functionality for sending/receiving lists of 
	  names/values.

	. - Have all test programs use svc.conf.  In addition,
	  create a Singleton in each process that has a Name_Proxy
	  object and an ACE_Name_Server included by means of
	  svc.conf. A generic test-main will show the usage of the
	  proxy-dll and a test-application dll configured into a
	  generic main. 

. Enhance reliability

	. + Carefully test the new Shared Memory Manager that
	  enables a nameserver to crash and restart without losing
	  data.

	. + Carefully check the WString size computations...

	. + Fix error reporting to use ACE_ERROR rather than cout...

. Performance

	. + Write test programs that tests the performance of 
	  the Name Server for all three types of configurations
	  (i.e., PROC_LOCAL, NODE_LOCAL, NET_LOCAL).  Tests
	  should measure things like "how many name/value
	  pairs of sizes X, Y, Z can be inserted, removed,
	  found, per T unit of time.

. Documentation

	. + Add short comments to header files (including Name_Options).

	. | Add comments to client and server tests.
