Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!mips!sgi!shinobu!odin!texas.asd.sgi.com!robert From: robert@texas.asd.sgi.com (Robert Skinner) Newsgroups: comp.sys.sgi Subject: Re: Arenas Message-ID: <1991Mar22.193551.27896@odin.corp.sgi.com> Date: 22 Mar 91 19:35:51 GMT References: <1964@mira.cs.nps.navy.mil> Sender: news@odin.corp.sgi.com (Net News) Reply-To: robert@texas.asd.sgi.com (Robert Skinner) Organization: Silicon Graphics, Inc., Mountain View, CA. Lines: 18 In article <1964@mira.cs.nps.navy.mil>, david pratt writes: Greetings, Thanks to everyone who answered my posting about VAX -> SGI format conversions. I have two more questions on a new topic, arenas. 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? usconfig( CONF_INITUSERS, numUsers ) should set a new maximum number of users before you call usinit. The max is 512 for 3.3.2, it was lower in previous versions. Check out the man page for usconfig on your system. 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. not sure about this...