Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!sdd.hp.com!ucsd!ucbvax!bloom-beacon!EXPO.LCS.MIT.EDU!keith From: keith@EXPO.LCS.MIT.EDU (Keith Packard) Newsgroups: comp.windows.x Subject: Re: A tirade about inefficient software & systems Message-ID: <9011010123.AA20995@xenon.lcs.mit.edu> Date: 1 Nov 90 01:23:34 GMT References: <9011010052.AA05115@zia.aoc.nrao.edu> Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 8 > The only serious application I can think of that does anything like this is > xclipboard which appears to continuously poll the server to get the current > value of the CLIPBOARD selection. If it does so, it is broken. The X protocol provides plenty of mechanism for eliminating almost all forms of polling; the selection mechanism which xclipboard uses is one such example.