<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://www.vigyanwiki.in/index.php?action=history&amp;feed=atom&amp;title=Template%3AInter-process_communication</id>
	<title>Template:Inter-process communication - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.vigyanwiki.in/index.php?action=history&amp;feed=atom&amp;title=Template%3AInter-process_communication"/>
	<link rel="alternate" type="text/html" href="https://www.vigyanwiki.in/index.php?title=Template:Inter-process_communication&amp;action=history"/>
	<updated>2026-05-04T05:26:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://www.vigyanwiki.in/index.php?title=Template:Inter-process_communication&amp;diff=104461&amp;oldid=prev</id>
		<title>Indicwiki: 1 revision imported from :alpha:Template:Inter-process_communication</title>
		<link rel="alternate" type="text/html" href="https://www.vigyanwiki.in/index.php?title=Template:Inter-process_communication&amp;diff=104461&amp;oldid=prev"/>
		<updated>2023-03-10T13:06:02Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported from &lt;a href=&quot;https://alpha.indicwiki.in/index.php?title=Template:Inter-process_communication&quot; class=&quot;extiw&quot; title=&quot;alpha:Template:Inter-process communication&quot;&gt;alpha:Template:Inter-process_communication&lt;/a&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en-GB&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 18:36, 10 March 2023&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en-GB&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Indicwiki</name></author>
	</entry>
	<entry>
		<id>https://www.vigyanwiki.in/index.php?title=Template:Inter-process_communication&amp;diff=104460&amp;oldid=prev</id>
		<title>alpha&gt;Indicwiki: Created page with &quot;{{Navbox |name = Inter-process communication |title = Inter-process communication |listclass = hlist |state = {{{state|autocollapse}}} |above = Data exchange among T...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.vigyanwiki.in/index.php?title=Template:Inter-process_communication&amp;diff=104460&amp;oldid=prev"/>
		<updated>2023-02-16T18:17:52Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Navbox |name = Inter-process communication |title = &lt;a href=&quot;/index.php?title=Inter-process_communication&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Inter-process communication (page does not exist)&quot;&gt;Inter-process communication&lt;/a&gt; |listclass = hlist |state = {{{state|autocollapse}}} |above = &lt;a href=&quot;/index.php?title=Data&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Data (page does not exist)&quot;&gt;Data&lt;/a&gt; exchange among T...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Navbox&lt;br /&gt;
|name = Inter-process communication&lt;br /&gt;
|title = [[Inter-process communication]]&lt;br /&gt;
|listclass = hlist&lt;br /&gt;
|state = {{{state|autocollapse}}}&lt;br /&gt;
|above = [[Data]] exchange among [[Thread (computing)|threads]] in [[computer program]]s&lt;br /&gt;
&lt;br /&gt;
|group1 = Methods&lt;br /&gt;
|list1 = &lt;br /&gt;
* [[Computer file|File]] &lt;br /&gt;
* [[mmap|Memory-mapped file]] &lt;br /&gt;
* [[Message passing]] &lt;br /&gt;
* [[Message queue|Message queue and mailbox]] &lt;br /&gt;
* [[Named pipe]] &lt;br /&gt;
* [[Anonymous pipe]]&lt;br /&gt;
* [[Pipeline (Unix)|Pipe]]&lt;br /&gt;
* [[Semaphore (programming)|Semaphore]] &lt;br /&gt;
* [[Shared memory]] &lt;br /&gt;
* [[Unix signal|Signal]] &lt;br /&gt;
* Sockets &lt;br /&gt;
** [[Network socket|Network]]&lt;br /&gt;
** [[Unix domain socket|Unix]]&lt;br /&gt;
&lt;br /&gt;
|group2 = [[Communication protocol|Protocols]]&amp;lt;br&amp;gt;and [[Technical standard|standards]]&lt;br /&gt;
|list2 = &lt;br /&gt;
* [[Apple event]]s&lt;br /&gt;
* [[Component Object Model#COM.2B|COM+]] &lt;br /&gt;
* [[Common Object Request Broker Architecture|CORBA]] &lt;br /&gt;
* [[D-Bus]] &lt;br /&gt;
* [[Data Distribution Service|DDS]] &lt;br /&gt;
* [[Distributed Computing Environment|DCE]] &lt;br /&gt;
* [[Internet Communications Engine|ICE]]&lt;br /&gt;
* [[OpenBinder]]&lt;br /&gt;
* [[Open Network Computing Remote Procedure Call|ONC RPC]] &lt;br /&gt;
* [[POSIX]] (various methods) &lt;br /&gt;
* [[SOAP]] &lt;br /&gt;
* [[Representational_State_Transfer|REST]] &lt;br /&gt;
* [[Apache Thrift|Thrift]] &lt;br /&gt;
* [[Transparent Inter-process Communication|TIPC]] &lt;br /&gt;
* [[XML-RPC]]&lt;br /&gt;
&lt;br /&gt;
|group3 = [[Library (computing)|Software libraries]]&amp;lt;br&amp;gt;and [[Software framework|frameworks]]&lt;br /&gt;
|list3 = &lt;br /&gt;
* [[D-Bus]]&lt;br /&gt;
* [[libevent]]&lt;br /&gt;
* [[SIMPL]]&lt;br /&gt;
* [[LINX (IPC)|LINX]]&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;{{documentation|content={{Collapsible option}}}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>alpha&gt;Indicwiki</name></author>
	</entry>
</feed>