netobjd(1) NAME nneettoobbjjdd - the Network Object agent daemon SYNTAX nneettoobbjjdd & DESCRIPTION The Network Objects package provides a simple but powerful facility for remote method invocation in the context of Modula3. Under Network Objects, all subtypes of the object type NetObj.T are treated specially in that they can be passed to remote address spaces by reference. This remote reference appears at the destination as a surrogate object which is a subtype of the original object type. If the original type has methods, these methods can be remotely invoked through the surrogate. The nneettoobbjjdd program provides a mechanism to publish objects for use by other address spaces. It implements a table which maps textual into objects. A service provider, for example, might advertise its service by registering an object with nneettoobbjjdd under some well-defined name. Similarly, a client might gain access to this service by retrieving the server's object from the nneettoobbjjdd insatnce on the server's machine. There should be only one instance of nneettoobbjjdd per machine. This one instance is the machine-wide default agent for all imports and exports of network objects. The nneettoobbjjdd program listens on a well known socket (currently TCP socket 9786) for incoming requests. DOCUMENTATION A reference manual (SRC Research Report 115) can be found in: /proj/doc/NetObjMan.ps RESTRICTIONS Since nneettoobbjjdd is often run in background, it is easy to forget that an instance is running. The second instance of nneettoobbjjdd will fail with a TCP error when it attempts to open its listener socket. If an instance of nneettoobbjjdd dies, all of the objects that were registered in its table are lost. There currently is no standard mechanism for restarting netobj after a failure. Even if nneettoobbjjdd is restarted, there is currently no stable record of the objects held by previous instantiations. AUTHOR Ted Wobber Copyright 1994 Digital Equipment Corporation. Distributed only by permission. Last modified on Thu May 12 15:53:47 PDT 1994 by wobber (/proj/man/mips/man1/netobjd.1)