<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki-de.moshellshocker.dns64.de/index.php?action=history&amp;feed=atom&amp;title=Unix_Domain_Socket</id>
	<title>Unix Domain Socket - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki-de.moshellshocker.dns64.de/index.php?action=history&amp;feed=atom&amp;title=Unix_Domain_Socket"/>
	<link rel="alternate" type="text/html" href="https://wiki-de.moshellshocker.dns64.de/index.php?title=Unix_Domain_Socket&amp;action=history"/>
	<updated>2026-05-18T00:21:01Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Wikipedia (Deutsch) – Lokale Kopie</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki-de.moshellshocker.dns64.de/index.php?title=Unix_Domain_Socket&amp;diff=1779351&amp;oldid=prev</id>
		<title>imported&gt;ZeroDivision: Emil Engler verschob die Seite POSIX local inter-process communication socket nach Unix Domain Socket und überschrieb dabei eine Weiterleitung: Der Titel &quot;POSIX local inter-process communication socket&quot; ist zu sperrig. Siehe Diskussion</title>
		<link rel="alternate" type="text/html" href="https://wiki-de.moshellshocker.dns64.de/index.php?title=Unix_Domain_Socket&amp;diff=1779351&amp;oldid=prev"/>
		<updated>2020-06-30T10:58:12Z</updated>

		<summary type="html">&lt;p&gt;Emil Engler verschob die Seite &lt;a href=&quot;/index.php?title=POSIX_local_inter-process_communication_socket&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;POSIX local inter-process communication socket (Seite nicht vorhanden)&quot;&gt;POSIX local inter-process communication socket&lt;/a&gt; nach &lt;a href=&quot;/index.php/Unix_Domain_Socket&quot; title=&quot;Unix Domain Socket&quot;&gt;Unix Domain Socket&lt;/a&gt; und überschrieb dabei eine Weiterleitung: Der Titel &amp;quot;POSIX local inter-process communication socket&amp;quot; ist zu sperrig. Siehe Diskussion&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;POSIX local inter-process communication sockets&amp;#039;&amp;#039;&amp;#039; (auch &amp;#039;&amp;#039;&amp;#039;Unix Domain Socket&amp;#039;&amp;#039;&amp;#039; oder &amp;#039;&amp;#039;&amp;#039;IPC Socket&amp;#039;&amp;#039;&amp;#039;) sind Endpunkte von bidirektionalen Kommunikationsverbindungen bei der lokalen [[Interprozesskommunikation]] (IPC) unter [[Unixoides System|Unix-Betriebssystemen]]. Die Kommunikation über diese [[Socket (Software)|Sockets]] ist die im [[Portable Operating System Interface|POSIX]]-Standard standardisierte Methode zur Interprozesskommunikation für Unix-ähnliche Systeme.&lt;br /&gt;
Entsprechend der [[Unix-Philosophie]] („[[Everything is a file|alles ist eine Datei]]“) sind Sockets über einen [[Inode]] im Dateisystem adressierbar und werden mit denselben Befehlen angesprochen wie gewöhnliche Dateien. Um zu kommunizieren, öffnen zwei Prozesse denselben Socket. Die Daten fließen als Bytestrom über [[Puffer (Informatik)|Pufferspeicher]] im Speicher des [[Kernel (Betriebssystem)|Kernel]]s.&lt;br /&gt;
Neben Daten können über die Socketverbindungen mit den [[Systemaufruf]]en &amp;#039;&amp;#039;sendmsg()&amp;#039;&amp;#039; und &amp;#039;&amp;#039;recvmsg()&amp;#039;&amp;#039; auch [[Datei-Handle]]s übertragen werden.&lt;br /&gt;
&lt;br /&gt;
== Literatur ==&lt;br /&gt;
* {{bibISBN|0131411551|Kapitel=15. Unix Domain Protocols|Seite=411–433}}&lt;br /&gt;
* {{bibISBN|0321525949|Kapitel=17.3 UNIX Domain Sockets|Seite=594–601}}&lt;br /&gt;
* {{Literatur| Autor=Johannes Plötner, Steffen Wendzel | Titel=Linux. Das umfassende Handbuch | Verlag=Galileo | Jahr=2012 | Auflage=5. | ISBN=978-3-8362-1822-1 | Kommentar=[http://openbook.galileocomputing.de/linux/linux_kap26_006.html#dodtpd8ae8f81-efba-4153-a66d-a36a74022be4 26.6.5 Unix-Domain-Sockets] | Online=[http://openbook.galileocomputing.de/linux Inhaltsverzeichnis] }}&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
* {{man|2|socketpair|gnu|zwei verbundene Sockets erstellen}}&lt;br /&gt;
* {{man|2|socketpair|bsd|create a pair of connected sockets}} (Erzeugen miteinander verbundener Sockets)&lt;br /&gt;
* {{man|2|sendmsg|bsd|send a message from a socket}} (Verschicken von Nachrichten über ein Socket)&lt;br /&gt;
* {{man|2|recvmsg|bsd|receive a message from a socket}} (Empfangen von Nachrichten über ein Socket)&lt;br /&gt;
*&amp;lt;!--- 2014-04-08 16:05: auf deutsch noch nicht verfügbar&lt;br /&gt;
{{man|3|cmsg|gnu|Senden/Empfangen/Verwalten von Zusatzinformationen}} (&amp;#039;&amp;#039;access ancillary data&amp;#039;&amp;#039;&lt;br /&gt;
--&amp;gt;&amp;lt;code&amp;gt;[http://manpages.debian.org/cgi-bin/man.cgi?query=cmsg&amp;amp;sektion=&amp;amp;apropos=0 cmsg(3)]&amp;lt;/code&amp;gt;: access ancillary data – [[Debian]] Linux Programmer&amp;#039;s Manual (Senden/Empfangen/Verwalten von Zusatzinformationen)&lt;br /&gt;
* [http://lists.freebsd.org/pipermail/freebsd-performance/2005-February/001143.html Vergleich zwischen Unix Domain Sockets und Internet Sockets] unter [[FreeBSD]], 2005 (englisch)&lt;br /&gt;
* [http://code.google.com/p/junixsocket/ Unix Domain Sockets für Java] (englisch)&lt;br /&gt;
* [http://untroubled.org/ucspi-unix/ ucspi-unix], Client und Server Implementation von [http://cr.yp.to/proto/ucspi.txt UCSPI] über UNIX-Domain-Sockets (englisch)&lt;br /&gt;
&lt;br /&gt;
{{SORTIERUNG:Posix Local Inter-process Communication Socket}}&lt;br /&gt;
[[Kategorie:POSIX|Local Inter-process Communication Socket]]&lt;br /&gt;
[[Kategorie:Verteiltes Rechnen]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Berkeley sockets#Socket unix]]&lt;/div&gt;</summary>
		<author><name>imported&gt;ZeroDivision</name></author>
	</entry>
</feed>