From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3adfd1a81f573bb9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-12-23 10:27:09 PST Path: nntp.gmd.de!newsserver.jvnc.net!howland.reston.ans.net!news1.digex.net!ois.com!ois.com!not-for-mail From: beckwb@ois.com (R. William Beckwith) Newsgroups: comp.lang.ada Subject: Re: Help: Ada/X binding performance Date: 23 Dec 1994 06:14:52 -0500 Organization: Objective Interface Systems, Inc. Message-ID: <3debfc$sl3@gamma.ois.com> References: <1994Dec22.114509.1@rapnet.sanders.lockheed.com> NNTP-Posting-Host: gamma.ois.com X-Newsreader: TIN [version 1.2 PL2] Date: 1994-12-23T06:14:52-05:00 List-Id: gamache@rapnet.sanders.lockheed.com wrote: : Is there a linear curve for updating : a given screen at 1 Hz, 5 Hz, 10 Hz, 20 Hz? Remember that your requests to the X server are asynchronous. So the curve is flat until the X server can't keep up. ;-) BTW, X servers vary greatly on what they do well v.s. what they do poorly. Running x11perf will give you lots of raw data to compare them. ... Bill