Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

About: MIT-SHM

An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

The MIT Shared Memory Extension or MIT-SHM or XShm is an X Window System extension for exchange of image data between client and server using shared memory (usually /dev/shm). The mechanism only works when both pieces are on the same computer. The basic capability provided is that of shared memory XImages. This is essentially a version of the ximage interface where the actual image data is stored in a SysV shared memory segment, and thus need not be transferred across the socket to the X server. For large images, use of this facility can result in some real performance increases.

Property Value
dbo:abstract
  • The MIT Shared Memory Extension or MIT-SHM or XShm is an X Window System extension for exchange of image data between client and server using shared memory (usually /dev/shm). The mechanism only works when both pieces are on the same computer. The basic capability provided is that of shared memory XImages. This is essentially a version of the ximage interface where the actual image data is stored in a SysV shared memory segment, and thus need not be transferred across the socket to the X server. For large images, use of this facility can result in some real performance increases. Additionally, some implementations provide shared memory pixmaps. These are two-dimensional arrays of pixels in a format specified by the X server, where the image data is stored in the shared memory segment. Through use of shared memory pixmaps, it is possible to change the contents of these pixmaps without using any Xlib routines at all. Shared memory pixmaps can only be supported when the X server can use regular virtual memory for pixmap data; if the pixmaps are stored in the on-board memory of graphics hardware, an application will not be able to share them with the server. In the 1.15 release of the X.org server the MIT-SHM extension gains two additional requests: 'X_ShmAttachFd' and 'X_ShmCreateSegment', to be able to pass shared memory through file descriptors from client to server and from server to client, reducing the number of copy operations further. (en)
  • MIT-SHM (англ. MIT Shared Memory Extension, XShm) — расширение X Window System для обмена видеоданными между клиентом и сервером с использованием общего поля памяти. Прежде всего расширение обеспечивает работу со структурами типа в общей памяти. Особый интерес это представляет для случаев изображений большого размера (разрешения) поскольку позволяет не использовать подсистему коммуникаций библиотеки Xlib вовсе (или использовать умеренно). Это может приводить к существенному увеличению производительности. (Pixmap: XBM, XPM) в общей памяти также поддерживаются этим расширением. Важно, что расширение работает только с обычной видеопамятью, которая поддерживается , но не с видеопамятью специализированного графического оборудования (в обход X-сервера). (ru)
dbo:author
dbo:latestReleaseVersion
  • 1.0
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 5047503 (xsd:integer)
dbo:wikiPageLength
  • 3664 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1121253440 (xsd:integer)
dbo:wikiPageWikiLink
dbp:author
dbp:latestReleaseVersion
  • 1 (xsd:integer)
dbp:name
  • MIT-SHM (en)
dbp:wikiPageUsesTemplate
dct:subject
gold:hypernym
rdf:type
rdfs:comment
  • The MIT Shared Memory Extension or MIT-SHM or XShm is an X Window System extension for exchange of image data between client and server using shared memory (usually /dev/shm). The mechanism only works when both pieces are on the same computer. The basic capability provided is that of shared memory XImages. This is essentially a version of the ximage interface where the actual image data is stored in a SysV shared memory segment, and thus need not be transferred across the socket to the X server. For large images, use of this facility can result in some real performance increases. (en)
  • MIT-SHM (англ. MIT Shared Memory Extension, XShm) — расширение X Window System для обмена видеоданными между клиентом и сервером с использованием общего поля памяти. Прежде всего расширение обеспечивает работу со структурами типа в общей памяти. Особый интерес это представляет для случаев изображений большого размера (разрешения) поскольку позволяет не использовать подсистему коммуникаций библиотеки Xlib вовсе (или использовать умеренно). Это может приводить к существенному увеличению производительности. (Pixmap: XBM, XPM) в общей памяти также поддерживаются этим расширением. (ru)
rdfs:label
  • MIT-SHM (en)
  • MIT-SHM (ru)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
foaf:name
  • MIT-SHM (en)
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License