From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] shared memory From: okamoto@granite.cias.osakafu-u.ac.jp In-Reply-To: MIME-Version: 1.0 Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Fri, 12 Sep 2003 17:52:08 +0900 Topicbox-Message-UUID: 321107cc-eacc-11e9-9e20-41e7f4b1d025 > It exists. segattach(2) and rfork(2) should get you started. You'll > want to use lock(2), rendezvous(2), or thread(2) to coordinate access. > pool(2) can be used to allocate pieces of it. Hmm, I'm an application programmer at most, and want some more user friendly functions such as shmat() etc. Isn't it impossible? kenji