Re: shm_open and mmap: Invalid argument?
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com On Feb 20, 2005, at 20:51, Ethan Tira-Thompson wrote: ipcs is available through darwinports[1]. -fkr [1] <url: http://darwinports.opendarwin.org/> -- 076E 1E87 3E05 1C7F B1A0 8A48 0D31 9BD3 D9AC 74D0 http://fkr.hazardous.org/ | http://opendarwin.org/~fkr/ | FKR-RIPE _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... I've already got things working with the SysV interfaces shmget and shmat, but Mac OS X is configured with a very low number of concurrently active regions per process (I think 8?) and I don't want other users to have to tinker with kernal configuration settings, so I'm switching to the POSIX interface instead. (It was also quite annoying that SysV regions are left in memory after all references are gone. Further, OS X doesn't provide the ipcs utility, I had to download it myself in order to kill the regions manually. (thanks to whoever ported that utility... I had trouble finding it the first time and I can't find it again now :( ) This email sent to site_archiver@lists.apple.com
participants (1)
-
Felix Kronlage