Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!purdue!ames!sun-barr!decwrl!gilroy.pa.dec.com!klee From: klee@gilroy.pa.dec.com (Ken Lee) Newsgroups: comp.windows.x Subject: Re: Parallel processes to X ? Keywords: fork, process id, pipe. Message-ID: <1719@bacchus.dec.com> Date: 22 Aug 89 23:25:26 GMT References: <140@elctr.UUCP> Sender: news@decwrl.dec.com Lines: 13 In article <140@elctr.UUCP>, hbr@elctr.UUCP (Hans B| Randgaard) writes: > Are there some way to invoke background processes still using X to > control everything, but without getting a copy of the widgets ? Take a look at programs like xmh (in the MIT X distribution). It uses widgets for the user interface, but non-X programs for the "real work". The widget callback functions just fork/exec the non-X programs. This is, of course, very operating system dependent. Ken Lee DEC Western Software Laboratory, Palo Alto, Calif. Internet: klee@decwrl.dec.com uucp: uunet!decwrl!klee