Subversion Repositories HelenOS-doc

Rev

Rev 11 | Rev 85 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11 Rev 38
Line 1... Line 1...
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
 
2
 
3
<chapter id="ipc"><?dbhtml filename="ipc.html"?>
3
<chapter id="ipc"><?dbhtml filename="ipc.html"?>
4
    <title>IPC</title>
4
    <title>IPC</title>
5
 
5
 
-
 
6
    <para>
-
 
7
                           Due to the high intertask communication traffic, IPC becomes critical subsystem for microkernels, putting high demands on the
-
 
8
                        speed, latency and reliability of IPC model and implementation.
-
 
9
 
6
    <para></para>
10
    </para>
7
</chapter>
11
</chapter>
8
 
12