Path: utzoo!attcan!uunet!samsung!gem.mps.ohio-state.edu!tut.cis.ohio-state.edu!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU (Bob Scheifler) Newsgroups: comp.windows.x Subject: Re: Memory for Pixmaps - DEC Pmax Xcfb2 server. Message-ID: <8910310043.AA00973@expire.lcs.mit.edu> Date: 31 Oct 89 00:43:16 GMT References: <10833@csli.Stanford.EDU> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 11 I am trying to build an image display window which will allow me to show short animations by displaying a series of colour images in rapid sucession. At MIT we've hacked together a server extension to support shared-memory pixmaps (data shared between client and server), which results in a PutImage having approximately the same performance as a CopyArea. It doesn't work across a network, of course, but it's basically about as fast as you can go. We currently just consider it an experimental hack, sorry, no promises as to if or when it will show up in public.