Home > Archive > Unix Programming > December 2004 > Shared Memory
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Kristofer Pettijohn 2004-12-15, 8:57 pm |
| Does anyone have any decent references/web pages, that give a good
overview/tutorial on using Shared Memory (shmat, shmget, shmctl, etc)?
| |
| Rich Teer 2004-12-15, 8:57 pm |
| On Wed, 15 Dec 2004, Kristofer Pettijohn wrote:
> Does anyone have any decent references/web pages, that give a good
> overview/tutorial on using Shared Memory (shmat, shmget, shmctl, etc)?
At the risk of being overly commercial (hey, t'is the season and all
that), you might want to check out my book, Solaris Systems Programming.
Details from www.rite-group.com/rich/ssp (and despite the word SOlaris
in its title, most of the info is vendore neutral).
--
Rich Teer, SCNA, SCSA, author of "Solaris Systems Programming"
President,
Rite Online Inc.
Voice: +1 (250) 979-1638
URL: http://www.rite-group.com/rich
| |
| Chuck Dillon 2004-12-16, 4:05 pm |
| Kristofer Pettijohn wrote:
> Does anyone have any decent references/web pages, that give a good
> overview/tutorial on using Shared Memory (shmat, shmget, shmctl, etc)?
http://docs.sun.com/app/docs/doc/80...q=shmget&a=view
-- ced
--
Chuck Dillon
Senior Software Engineer
NimbleGen Systems Inc.
|
|
|
|
|