Difference between revisions of "Template:Inter-process communication"
Jump to navigation
Jump to search
imported>BDD m (page name change) |
imported>Ringbang (+preamble; wikified headings) |
||
| Line 1: | Line 1: | ||
{{Navbox | {{Navbox | ||
|name = IPC | |name = IPC | ||
| − | |title = [[Inter-process communication]] | + | |title = [[Inter-process communication]] |
|listclass = hlist | |listclass = hlist | ||
|state = autocollapse | |state = autocollapse | ||
| + | |above = [[Data]] exchange among [[Thread (computing)|threads]] in [[computer program]]s | ||
|group1 = Methods | |group1 = Methods | ||
| Line 12: | Line 13: | ||
* [[Message queue|Message queue and mailbox]] | * [[Message queue|Message queue and mailbox]] | ||
* [[Named pipe]] | * [[Named pipe]] | ||
| − | * [[Anonymous pipe]] | + | * [[Anonymous pipe]] |
* [[Pipeline (Unix)|Pipe]] | * [[Pipeline (Unix)|Pipe]] | ||
* [[Semaphore (programming)|Semaphore]] | * [[Semaphore (programming)|Semaphore]] | ||
| Line 21: | Line 22: | ||
** [[Unix domain socket|Unix]] | ** [[Unix domain socket|Unix]] | ||
| − | |group2 = | + | |group2 = [[Communications protocol|Protocols]]<br>and [[Technical standard|standards]] |
|list2 = | |list2 = | ||
* [[Apple events]] | * [[Apple events]] | ||
| Line 38: | Line 39: | ||
* [[XML-RPC]] | * [[XML-RPC]] | ||
| − | |group3 = | + | |group3 = [[Library (computing)|Software libraries]]<br>and [[Software framework|frameworks]] |
|list3 = | |list3 = | ||
* [[D-Bus]] | * [[D-Bus]] | ||