home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.95 / text1053.txt < prev    next >
Encoding:
Text File  |  1996-04-02  |  1.4 KB  |  31 lines

  1. >>>>> "Phil" == Phil Kemp <kemp@convex.convex.com> writes:
  2.  
  3.     Phil> I had some really nasty problems with executor under linux
  4.     Phil> using the xinside. After extensive testing the xinside folks
  5.     Phil> determined that the something in executor was eating memory
  6.     Phil> like crazy. It seems to me that Thomas said something about
  7.     Phil> the cursor code having memory holes. I've copied the xinside
  8.     Phil> for further comments.
  9.  
  10.     Phil> The xinside folks were able to fix this on the server end
  11.     Phil> with a slight performance reduction( ~1 or 2 percent)
  12.  
  13.     Phil> Sounds like the executor folks might want to pursue this
  14.     Phil> further.
  15.  
  16. Many Mac apps that track the cursor location make frequent calls to
  17. reset the cursor bitmap, and usually they just keep resetting the
  18. cursor to the same thing.  In the black-and-white Executor days, we
  19. would detect when the cursor bitmap wasn't really changing and avoid
  20. the overhead of telling the window server to change the cursor.  When
  21. we added color cursor support, we no longer made that check.  So the
  22. end result was zillions of calls to the X server to keep (redundantly)
  23. setting the cursor over and over again.
  24.  
  25. We never noticed this problem on our machines, but apparently the
  26. cursor flicker is irritating on other machines.  We have fixed this
  27. problem (in theory), and the fix will be present in 1.99n.
  28.  
  29. -Mat
  30.  
  31.