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