What is the translation of " SHARED MEMORY " in English?

Examples of using Shared memory in German and their translations into English

{-}
  • Programming category close
  • Colloquial category close
  • Official category close
  • Ecclesiastic category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Political category close
  • Computer category close
  • Official/political category close
  • Political category close
Shared Memory Operationen- Übersicht.
Shared Memory Operations Overview.
Semaphor und Shared Memory Funktionen.
Semaphore, Shared Memory and IPC Functions.
Arbeitsspeicher: 256MB, zusätzlich 256MB shared memory möglich.
Graphics memory: 256MB, optional additional 256MB shared memory.
Shm_attach- Shared Memory Segment anlegen oder anbinden.
Shm_attach- Creates or open a shared memory segment.
Diese Kommunikation entsteht über eine DLL auf der Basis von shared memory.
This communication is created via a DLL based on shared memory.
Cannot allocate shared memory: (17)Die Datei existiert Apache.
Cannot allocate shared memory:(17)File exists apache.
Auch die unteren 2 GBAnwendungen Teil sich in 2 Abschnitte gliedert: shared Memory und Abschnitt Steckplatz.
Also the lower 2 GB applicationspart is divided into 2 sections: the shared memory and the slot section.
Integrierte(shared memory) Grafikkarte welche im Prozessor Intel Atom N4xx integriert ist.
Integrated(shared memory) graphics card in the intel Atom N4xx CPUs.
Die Grafikkarte Wenn man eine hat hat man schon gewonnen, denn der Performanceverlust durch Shared Memory bleibt damit aus.
If you have one, you have won already, because there will be no performance loss caused by Shared Memory.
SHM- Shared memory, ermöglicht es mit anderen LEDBridge Instanzen oder anderen Programmen Daten auszutauschen siehe unten.
SHM- Shared memory, to connect to other ledbridge instances or other software such as ledtext or ledfb see below.
Viele Unix-Distributionen verwendentmpfs standardmäßig für den /tmp Zweig des Dateisystems oder für Shared Memory.
Many Unix distributions enable anduse tmpfs by default for the/tmp branch of the file system or for shared memory.
Shared Memory wird hauptsächlich verwendet für die Speicherung von Memory-mapped-Dateien wie die Betriebssystem-Dateien nach dem Booten.
The shared memory is mainly used for storing memory-mapped files like the operating system files after boot-up.
Davon kann man als Notebookbesitzer derzeit leider nur träumen, insbesondere wenn man zwar 133 MHz,aber auch Shared Memory hat.
Of this, you can only dream as a notebook owner at the moment, especially, if you do have 133 MHz,but also Shared Memory.
Insbesondere letzteres ließ uns zunächst zweifeln, doch Intels aktuelle Shared Memory Technologie hat nur geringe negative Auswirkungen auf den Speicherdurchsatz.
The latter frightened us at first, but Intel's unique shared memory technology has only a small influence on the memory transfer bandwidth.
Ziele des Designs sind Modularität, Portabilität,Integrierbarkeit und Parallelisierung auf Shared Memory Architekturen.
The design is aimed at modularity, portability, ability to integrate with other code,and straigthforward parallelization on shared memory architectures.
Moderne X-Server enthalten die MIT Shared Memory Extension und kommunizieren über gemeinsam genutzten Speicher(shared memory) mit den lokalen X-Clients.
Modern X servers have the MIT Shared Memory Extension and communicate with their local X clients using the local shared memory.
Ja, das dachten wir auch… bis wir auf das bei Audio-DAWs unbekannte Phänomen Shared Memory Grafik stiessen, siehe unten.
Yes, that's what we thought too, until we discovered the phenomenon Shared Memory graphics, which is unknown to audio DAWs, see below.
Ein Shared Memory Segment wird eindeutig identifiziert durch eine positive Ganzzahl(seine shmid) und ist verbunden mit einer Datenstruktur vom Typ struct shmid_ds, definiert in< sys/shm.
A shared memory segment is uniquely identified by a positive integer(its shmid) and has an associated data structure of type struct shmid_ds, defined in< sys/shm.
Die kontrollierten Ressourcen sind RAMund verschiedene in-kernel-Objekte wie IPC shared memory segments, network buffers usw.
Other resources are mostly memory andvarious in-kernel objects such as IPC shared memory segments and network buffers.
Da auf dem HoRUS-Cluster jeder Knoten seinen eigenen Arbeitsspeicher hat, bedeutet Shared Memory, dass ein Prozess auf einem normalen Compute-Knoten mit bis zu 12 Threads gestartet werden kann(einer pro CPU-Kern des Knotens) und das Programm auf diesen einen Knoten und dessen Arbeitsspeicher beschränkt ist.
Since each node has its own RAM on the HoRUS cluster, shared memory implies that a process can launch up to 12 threads on a normal compute node and is limited to that one node and its RAM.
Sie belegt keine Interrupts,bietet eine flexiblere Einstellung des IO-Ports, und der Treiber plaziert die Shared Memory Bereiche aller ICN Karten an derselben Adresse.
It has no interrupts,a more flexible port configuration and the driver places the shared memory area of all ICN cards at the same address.
Integrierte Grafikfunktion ATi RADEON XPRESS 200 3D-Grafikbeschleuniger 333MHz Kern-Taktfrequenz, unterstützt DirectX 9 und OpenGL SurroundviewTM Quad Display Support: unterstützt biszu vier Monitore mit zusätzlicher PCI-E x16 Grafikkarte Shared Memory max.
Integrated graphics ATi RADEON XPRESS 200 3D graphics engine 333MHz core clock, supports DirectX 9 and OpenGL SurroundviewTM QuadDisplay Support with additional PCI-E x16 graphics card shared Memory max.
Kommunikation und Synchronisation zwischen der Anwendung und dem Echtzeitteil erfolgen über Shared Memory, Pipes, Mailslots, Sockets, Events oder Semaphore.
Communication and synchronization between application and the real-time part is done with shared memory, pipes, mailslots, sockets, events and semaphores.
ReSID ist nun eine eigenständige Applikation, die vom MacOS unabhängig von Power64 ausgeführt wird.Die Kommunikation mit Power64 findet nur über Apple Events und Shared Memory statt.
ReSID is now a truly stand alone application, that runs as a separate task,and communicates with Power64 only via Apple Events and shared memory.
Kommunikation und Synchronisation zwischen der Anwendung und dem Echtzeitteil erfolgen über Shared Memory, Pipes, Mailslots, Sockets, Events oder Semaphore.
Communication and synchronization between application and the real-time component is done via shared memory, pipes, mail slots, sockets, events or semaphore.
Die obigen fundamentalen theoretischen Betriebssystemkonzepte in diesen einfachen Programmen anzuwenden, um Interaktionen mit dem Dateisystem(Öffnen von Verzeichnissen, Lesen von Verzeichniseinträgen, Schließen von Verzeichnissen, Zugreifen auf I-node Informationen), Zugriffe auf die Benutzer- und Gruppenverwaltung, Erzeugen und Beenden von Prozessen,Interprozesskommunikation mit Unnamed Pipes und Shared Memory und Prozesssynchronisation mit Hilfe von Semaphoren durchzuführen.
Apply the above fundamental theoretical concepts in those simple programs covering file system interactions(opening directories, reading directory entries, closing directories, and retrieving I-node information), accessing user and group management data bases, process creation and termination,inter-process communication with unnamed pipes and shared memory, and process synchronization with semaphores.
GB Systemspeicher Unterstützung für DirectX* 9-Grafiken mit einem WDDM-Treiber,mindestens 128 MB Grafikspeicher(wenn die GPU Shared Memory verwendet, wird kein zusätzlicher Grafikspeicher über die 1 GB-Systemspeicher Anforderung hinaus benötigt), Pixel Shader 2,0 und 32 Bits pro Pixel.
Support for DirectX* 9 graphics with a WDDM driver,minimum 128 MB of graphics memory(if the GPU uses shared memory, then no additional graphics memory is required beyond the 1 GB system memory requirement), Pixel Shader 2.0 and 32 bits per pixel.
Handelsübliche Grafikkarte Verwenden Sie keinesfalls onboard-Grafikkarten, die nach dem sog."shared memory"(auch unified memory, UMA, o.ä. genannt) Prinzip arbeiten.
Common graphics card Never use onboardgraphics controllers that use the so called"shared memory"(AKA unified memory, UMA or similar) paradigm.
Außerdem stehen Mechanismen für grundlegende Ressourcen bereit, wie etwa Anwendungs-Threads, Events,Callbacks, Shared Memory, Daten- und Message-Pipes und schnelle Mutex-Objekte.
It also contains mechanisms for fundamental resources such as application threads, events,callbacks, shared memory, data and message pipes and fast mutex objects.
Semaphores werden benötigt, um den gleichzeitigen Zugriff von zwei Prozessen auf einen kritischen Abschnitt zu vermeiden undwerden für die Benutzung von shared memory gebraucht, was einen effizienten Weg zum Teilen und Weiterleiten von Daten zwischen mehreren Prozessen darstellt.
Semaphores are needed to avoid that two processes access on critical sections simultaneously andare necessary for the use of shared memory which is an efficient way of sharing and passing data between multiple processes.
Results: 77, Time: 0.0596

Word-for-word translation

Top dictionary queries

German - English