Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!usc!snorkelwacker!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU (Bob Scheifler) Newsgroups: comp.windows.x Subject: Re: Inter client communication. Message-ID: <9002231848.AA01330@expire.lcs.mit.edu> Date: 23 Feb 90 18:48:39 GMT References: <3010@soleil.oakhill.UUCP> Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 8 Is there a better way to send data between clients or am I on the right track. Yes, don't use X for this purpose, use a real IPC mechanism (e.g. RPC). X is not a general-purpose communications mechanism, and shouldn't be abused as one. (Remember, you asked for "better", not "more practical and equally portable". :-)