Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!cme!libes From: libes@cme.nbs.gov (Don Libes) Newsgroups: comp.unix.questions Subject: Re: Interprocess communications - help! :( Keywords: bind, socket, listen Message-ID: <1292@muffin.cme.nbs.gov> Date: 19 Jun 89 22:30:04 GMT References: <4107@merlin.usc.edu> Reply-To: libes@cme.nbs.gov (Don Libes) Organization: National Institute of Standards and Technology Lines: 16 In article <4107@merlin.usc.edu> cyamamot@castor.usc.edu (Cliff Yamamoto) writes: > I'm trying to write a program which can monitor the values of the >numerical variables of another program in "almost" real-time. I've looked >into 'ptrace' and shared memory but I think I'd like to use sockets. I wrote a shared-variable interface which uses the BSD socket stuff underneath. It was designed to do exactly the stuff you describe. It was written up in the USENIX Winter '85 proceedings. If you are interested, you can ftp it from durer.cme.nist.gov. Retrieve the directory ~ftp/pub/cm. The paper is included along with lots of examples. Even if you don't use it, the code includes a nice library for making client/server modules a snap. All public-domain. Don Libes libes@cme.nbs.gov ...!uunet!cme-durer!libes