home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / apollo / 3365 < prev    next >
Encoding:
Text File  |  1992-08-27  |  1.4 KB  |  42 lines

  1. Newsgroups: comp.sys.apollo
  2. Path: sparky!uunet!caen!sdd.hp.com!apollo.hp.com!netnews
  3. From: mishkin@apollo.HP.COM (Nathaniel Mishkin)
  4. Subject: Re: IPC's in Apollo DOMAIN?
  5. Sender: usenet@apollo.hp.com (Usenet News)
  6. Message-ID: <BtnK64.9IB@apollo.hp.com>
  7. Date: Thu, 27 Aug 1992 17:20:27 GMT
  8. References:  <1992Aug25.201855.2454@bcrka451.bnr.ca>
  9. Nntp-Posting-Host: mapcar.ch.apollo.hp.com
  10. Organization: Hewlett-Packard Company - Distributed Object Computing Program / East
  11. Lines: 29
  12.  
  13. In article <1992Aug25.201855.2454@bcrka451.bnr.ca>, norm@bnr.ca (Norm MacNeil) writes:
  14. >I can't seem to find any IPC stuff on the Apollos; i.e., there is no support
  15. >for shared memory segments (shmat, shmctl, etc.), message queues (msgctl,
  16. >msgget, etc.), or semaphores (semctl, semget, etc.).
  17. >
  18. >Is there any way to do this kind of stuff (without using sockets directly)?
  19.  
  20. I've never used them, but my 10.3 system shows:
  21.  
  22.     $ /com/esa shmat
  23.     76018CE8
  24.     $ /com/esa msgctl
  25.     76018BD4
  26.     $ wd
  27.     //caries/sys5.3/usr/catman/p_man/man2
  28.     $ ld shm?* msg?*
  29.     
  30.     shmat.2   shmctl.2  shmdt.2   shmget.2  shmop.2   msgctl.2  msgget.2  msgop.2   msgrcv.2
  31.     msgsnd.2
  32.     
  33.     10 entries listed.
  34.  
  35. -- 
  36.                     -- Nat Mishkin
  37.                        Distributed Object Computing Program / East
  38.                        Hewlett-Packard Company
  39.                        mishkin@apollo.hp.com
  40.  
  41.  
  42.