Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!batcomputer!cornell!rochester!pt.cs.cmu.edu!o.gp.cs.cmu.edu!MRT.MACH.CS.CMU.EDU!mrt From: mrt@MRT.MACH.CS.CMU.EDU (Mary Thompson) Newsgroups: comp.os.mach Subject: Use of Environment Manager Message-ID: <1991Apr19.171117.14710@cs.cmu.edu> Date: 19 Apr 91 17:11:17 GMT Sender: netnews@cs.cmu.edu (USENET News Group Software) Reply-To: mrt@MRT.MACH.CS.CMU.EDU (Mary Thompson) Followup-To: 941 Organization: Carnegie Mellon University Lines: 12 Either the Environment manager or the Netmsgserver can be used to pass ports between two unrelated tasks. The Environment Manager will allow different environments to be created and shared between various tasks, but in its default mode, there is only one environment per machine. One could pass an environment port to a task on another machine allowing a name-space that spanned different machines. The Netmsgserver name-space can be global to all machines that are reached by a broadcast message. (Normally broadcasts don't go across gateways). Or you can limit look-up requests to the local or someother specific host. Mary