home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / question / 13874 < prev    next >
Encoding:
Text File  |  1992-11-23  |  1.6 KB  |  43 lines

  1. Newsgroups: comp.unix.questions
  2. Path: sparky!uunet!uunet.ca!ohrd!twriter
  3. From: twriter@rd.hydro.on.ca (Timothy Writer)
  4. Subject: Re: Interprocess Communication Source Wanted
  5. Message-ID: <1992Nov23.204758.18410@rd.hydro.on.ca>
  6. Reply-To: twriter@rd.hydro.on.ca
  7. Organization: "Ontario Hydro - Research Division"
  8. References: <3234@nlsun1.oracle.nl>
  9. Date: Mon, 23 Nov 92 20:47:58 GMT
  10. Lines: 31
  11.  
  12. rgasch@nl.oracle.com (Robert Gasch) writes:
  13.  
  14. >I have been attempting to figure out how interprocess
  15. >communication works under Unix. The problem is that
  16. >all the sample code i have to look at, is part of a
  17. >large application and cluttered up with all sorts of
  18. >other unreadable code which has nothing to do with 
  19. >the communication part that I'm actually interested
  20. >in.
  21.  
  22. >If anybody out there has any simple programs which 
  23. >demonstrate interprocess communication I'd appreciate it
  24. >if I could take a look at them. 
  25.  
  26. Many commercial versions of UNIX come with a Programmer's Guide which
  27. usually has a chapter on IPC mechanisms such as pipes, FIFOS, message
  28. queues, semaphores, and shared memory.  Many also include a Network
  29. Programming Guide which covers sockets and RPC.  I suggest you try to
  30. get your hands on a copy of these before you delve into other people's
  31. code.  Another book which might prove useful is Marc Rochkind's
  32. "Advanced UNIX Programming."  I'm sure others can suggest some more
  33. references.
  34.  
  35. I hope this helps.
  36. Tim
  37.  
  38. -- 
  39. Tim Writer                 phone:  (416) 231-4111 ext. 6990
  40. Ontario Hydro Research Division         fax:    (416) 237-9285
  41. Toronto, Ontario             e-mail: twriter@rd.hydro.on.ca
  42. CANADA
  43.