home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.apollo
- Path: sparky!uunet!caen!sdd.hp.com!apollo.hp.com!netnews
- From: mishkin@apollo.HP.COM (Nathaniel Mishkin)
- Subject: Re: IPC's in Apollo DOMAIN?
- Sender: usenet@apollo.hp.com (Usenet News)
- Message-ID: <BtnK64.9IB@apollo.hp.com>
- Date: Thu, 27 Aug 1992 17:20:27 GMT
- References: <1992Aug25.201855.2454@bcrka451.bnr.ca>
- Nntp-Posting-Host: mapcar.ch.apollo.hp.com
- Organization: Hewlett-Packard Company - Distributed Object Computing Program / East
- Lines: 29
-
- In article <1992Aug25.201855.2454@bcrka451.bnr.ca>, norm@bnr.ca (Norm MacNeil) writes:
- >I can't seem to find any IPC stuff on the Apollos; i.e., there is no support
- >for shared memory segments (shmat, shmctl, etc.), message queues (msgctl,
- >msgget, etc.), or semaphores (semctl, semget, etc.).
- >
- >Is there any way to do this kind of stuff (without using sockets directly)?
-
- I've never used them, but my 10.3 system shows:
-
- $ /com/esa shmat
- 76018CE8
- $ /com/esa msgctl
- 76018BD4
- $ wd
- //caries/sys5.3/usr/catman/p_man/man2
- $ ld shm?* msg?*
-
- shmat.2 shmctl.2 shmdt.2 shmget.2 shmop.2 msgctl.2 msgget.2 msgop.2 msgrcv.2
- msgsnd.2
-
- 10 entries listed.
-
- --
- -- Nat Mishkin
- Distributed Object Computing Program / East
- Hewlett-Packard Company
- mishkin@apollo.hp.com
-
-
-