Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU Newsgroups: comp.windows.x Subject: Re: XDrawPoints question Message-ID: <8907131226.AA07902@expire.lcs.mit.edu> Date: 13 Jul 89 12:26:51 GMT References: <10561@polya.Stanford.EDU> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 7 Is there any rhyme or reason to this (or is it a known bug)? Yes and yes. It's happening because there is a maximum length for any single X request, and you've exceeded it. In this case, Xlib can reasonably break it up into multiple requests, but isn't doing so. This will be fixed in the MIT R4 Xlib.