shmget vs. shm_open
From: bill pursell (bill.pursell_at_gmail.com)
Date: 11/17/05
- Previous message: David Schwartz: "Re: shared memory problemens"
- Next in thread: Larry I Smith: "Re: shmget vs. shm_open"
- Reply: Larry I Smith: "Re: shmget vs. shm_open"
- Reply: Kasper Dupont: "Re: shmget vs. shm_open"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 17 Nov 2005 13:02:10 -0800
Can anyone point me to a comparison of using sysVr4 shmget() calls
versus Posix shm_open()? Is there a reason (other than wanting to
conform to one standard vs. the other) to choose one over the other?
If my app is only going to be running on Linux, does it matter which
style of shared memory I choose to use?
- Previous message: David Schwartz: "Re: shared memory problemens"
- Next in thread: Larry I Smith: "Re: shmget vs. shm_open"
- Reply: Larry I Smith: "Re: shmget vs. shm_open"
- Reply: Kasper Dupont: "Re: shmget vs. shm_open"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|