Difference between revisions of "Template:Inter-process communication"

From blackwiki
Jump to navigation Jump to search
imported>Trnsz
(added · 's to libs)
imported>Zyxw
m (update name)
 
(14 intermediate revisions by 14 users not shown)
Line 1: Line 1:
 
{{Navbox
 
{{Navbox
|name   = IPC
+
|name = Inter-process communication
|title = [[Inter-process communication]] in computing
+
|title = [[Inter-process communication]]
|image =  
+
|listclass = hlist
|state = autocollapse
+
|state = {{{state|autocollapse}}}
 +
|above = [[Data]] exchange among [[Thread (computing)|threads]] in [[computer program]]s
 +
 
 
|group1 = Methods
 
|group1 = Methods
|list1 = [[Computer file|File]] · [[mmap|Memory-mapped file]] · [[Message passing]] · [[Message queue|Message queue and mailbox]] · [[Named pipe]] · [[Anonymous pipe]] · [[Pipeline (Unix)|Pipe]] · [[Semaphore (programming)|Semaphore]] · [[Shared memory]] · [[Unix signal|Signal]] · Sockets : [[Internet socket|Internet]] and [[Unix domain socket|Unix domain]]
+
|list1 =  
|group2 = Selected protocols<br></br> and standards
+
* [[Computer file|File]]  
|list2 = [[Apple events]] · [[Component Object Model#COM.2B|COM+]] · [[Common Object Request Broker Architecture|CORBA]] · [[D-Bus]] · [[Data_distribution_service|DDS]] · [[Distributed Computing Environment|DCE]] · [[Internet Communications Engine|ICE]] · [[Open Network Computing Remote Procedure Call|ONC RPC]] · [[POSIX]] (various methods) · [[SOAP]] · [[Representational_State_Transfer|REST]] · [[Apache Thrift|Thrift]] · [[TIPC]] · [[XML-RPC]]
+
* [[mmap|Memory-mapped file]]  
|group3 = Libraries<br></br> and frameworks
+
* [[Message passing]]  
|list3 = [[Channel (framework)|Channel]] · [[D-Bus]]· [[libevent]] · [[SIMPL]] · [[SRR IPC]]
+
* [[Message queue|Message queue and mailbox]]  
 +
* [[Named pipe]]  
 +
* [[Anonymous pipe]]
 +
* [[Pipeline (Unix)|Pipe]]
 +
* [[Semaphore (programming)|Semaphore]]  
 +
* [[Shared memory]]  
 +
* [[Unix signal|Signal]]  
 +
* Sockets  
 +
** [[Network socket|Network]]
 +
** [[Unix domain socket|Unix]]
 +
 
 +
|group2 = [[Communication protocol|Protocols]]<br>and [[Technical standard|standards]]
 +
|list2 =  
 +
* [[Apple event]]s
 +
* [[Component Object Model#COM.2B|COM+]]  
 +
* [[Common Object Request Broker Architecture|CORBA]]  
 +
* [[D-Bus]]  
 +
* [[Data Distribution Service|DDS]]  
 +
* [[Distributed Computing Environment|DCE]]  
 +
* [[Internet Communications Engine|ICE]]
 +
* [[OpenBinder]]
 +
* [[Open Network Computing Remote Procedure Call|ONC RPC]]  
 +
* [[POSIX]] (various methods)  
 +
* [[SOAP]]  
 +
* [[Representational_State_Transfer|REST]]  
 +
* [[Apache Thrift|Thrift]]  
 +
* [[TIPC]]  
 +
* [[XML-RPC]]
  
}}
+
|group3 = [[Library (computing)|Software libraries]]<br>and [[Software framework|frameworks]]
<noinclude>
+
|list3 =
[[fr:Modèle:Palette Communication inter-processus]]
+
* [[D-Bus]]
[[ru:Шаблон:IPC]]
+
* [[libevent]]
[[uk:Шаблон:IPC]]
+
* [[SIMPL]]
[[zh:Template:IPC]]
+
* [[LINX (IPC)|LINX]]
 +
}}<noinclude>{{documentation|content={{Collapsible option}}}}
 
</noinclude>
 
</noinclude>

Latest revision as of 12:09, 4 April 2020

Template documentation

Initial visibility: currently defaults to autocollapse

To set this template's initial visibility, the |state= parameter may be used:

  • |state=collapsed: {{Inter-process communication|state=collapsed}} to show the template collapsed, i.e., hidden apart from its title bar
  • |state=expanded: {{Inter-process communication|state=expanded}} to show the template expanded, i.e., fully visible
  • |state=autocollapse: {{Inter-process communication|state=autocollapse}}
    • shows the template collapsed to the title bar if there is a {{navbar}}, a {{sidebar}}, or some other table on the page with the collapsible attribute
    • shows the template in its expanded state if there are no other collapsible items on the page

If the |state= parameter in the template on this page is not set, the template's initial visibility is taken from the |default= parameter in the Collapsible option template. For the template on this page, that currently evaluates to autocollapse.