Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!cs.utexas.edu!tut.cis.ohio-state.edu!att!cbnewsh!jgy From: jgy@cbnewsh.ATT.COM (john.g.young) Newsgroups: comp.windows.x Subject: Question on SYSV X11(r2) ipc Keywords: interprocess communication Message-ID: <1682@cbnewsh.ATT.COM> Date: 23 Jun 89 14:18:43 GMT Distribution: na Organization: AT&T Bell Laboratories Lines: 11 What is the recommended way for a X program to receive data from another program? XtAddInput() seems to be the only Xt supported way and that is biased towards sockets (I think). Does SVR3.2 (386) have "real" sockets?? I would prefer to use message queues but when I go from using XtMainLoop() to using XtPending(), XtNextEvent(), XtDispatchEvent() plus a non-blocking msgrcv(), the performace of the user infterface drops significantly. Do I have to wait for Release 4 to avoid polling? John Young