Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!elroy.jpl.nasa.gov!ames!sgi!shinobu!odin!flobb4!micah From: micah@flobb4.csd.sgi.com (Micah Altman) Newsgroups: comp.sys.sgi Subject: Re: Arenas Message-ID: <1991Mar22.100533.10261@odin.corp.sgi.com> Date: 22 Mar 91 10:05:33 GMT References: <1964@mira.cs.nps.navy.mil> Sender: news@odin.corp.sgi.com (Net News) Organization: Silicon Graphics, Inc. Mountain View, CA Lines: 27 In <1964@mira.cs.nps.navy.mil> pratt@mira.cs.nps.navy.mil (david pratt) writes: > 1. It seems that only eight processes can access an arena. I have run >several test and have not been able to get the ninth process to connect. Is >there a way around this? Eight users is the default. This is changeable through the usconfig(3P) call. Call usconfig(CONF_INITUSERS,$ of processes to share ). You must do the usconfig() before creating the arena with usinit(). The usconfig() call also lets you set other nifty arena parameters, the man page goes over all of them. > 2. I want to create an arena that two different users can access. Once again >I get a no go (Permission denied). I have tried changing the protection on >the file and that doesn't work. Any ideas? I know this can create a security >problem for some applications. Current (3.3,3.3.1,3.3.2) arenas don't allow sharing by different users ( independently created processes with the same uid would work, but not processes with different uid's). This will change in release 4.0. -- "Entia non sunt multiplicanda sine necessitate." - William of Ockham Micah Altman, "Computational Juggler" micah@csd.sgi.com Phone (415) 335-1866 FAX (415) 965-2309 Disclaimer: Everything in this document is a lie.