diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-10-08 00:26:42 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2008-10-08 00:26:42 +0200 |
commit | f7cc93166ae25dc6936b7115f4196030c1eca288 (patch) | |
tree | 0041ccc3b41647cbe220cd743e53c770f03d3317 /ipc.mdwn | |
parent | c27c0f96b9ca6898064d5bdbbc79c4475ee7c65a (diff) | |
download | web-f7cc93166ae25dc6936b7115f4196030c1eca288.tar.gz web-f7cc93166ae25dc6936b7115f4196030c1eca288.tar.bz2 web-f7cc93166ae25dc6936b7115f4196030c1eca288.zip |
UNIX.
Diffstat (limited to 'ipc.mdwn')
-rw-r--r-- | ipc.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ is included in the section entitled IPC stands for interprocess communication. -On Unix, interprocess communication can be achieved using pipes. +On [[Unix]], interprocess communication can be achieved using pipes. This is inefficient for large amounts of data as the data must be copied. This is generally not a problem as most services are provided by the Unix kernel and Unix is not designed to be |