Path: utzoo!attcan!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!SNOW-WHITE.MERIT-TECH.COM!goss From: goss@SNOW-WHITE.MERIT-TECH.COM (Mike Goss) Newsgroups: comp.sys.sgi Subject: Re: problems with winopen() Message-ID: <8905301341.AA06623@snow-white.merit-tech.com> Date: 30 May 89 13:41:07 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 11 Regarding the message from Alwin Dieperink about winopen and processes: > Does anyone have an idea ?? Why does winopen() create a new process ? How can I > solve that problem ? or did I miss something in the manuals ? Winopen normally does a fork to run as a separate process detached from your original shell. You can prevent this behavior by calling "foreground()" before calling winopen. This is also useful if you are trying to use dbx or edge on a graphics process. Mike Goss, Merit Technology Inc.