Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jun 1995 16:58:32 +0200 (MET DST)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        freebsd-hackers@freebsd.org (FreeBSD hackers)
Subject:   Re: SYSVSHM & X11
Message-ID:  <199506031458.QAA19306@uriah.heep.sax.de>
In-Reply-To: <199505172105.XAA00243@yedi.iaf.nl> from "Wilko Bulte" at May 17, 95 11:05:48 pm

next in thread | previous in thread | raw e-mail | index | archive | help
As Wilko Bulte wrote:
> 
> This might be a stupid question..
> 
> Xfree uses SYSVSHM when available to speedup things.

This is a wrong conclusion.  All the MITSHM extension does is to
provide a second interface for transferring images between the client
and the server, i.e. there's a second set of functions for
XGetImage()/XPutImage() using the MITSHM extension.

This is to say you:

o  the client must be aware of the MITSHM extension in order to use
   it

o  don't confuse this with a shm-based local transport protocol some
   commercial vendors have implemented into their servers

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199506031458.QAA19306>