Rev 128 | Rev 137 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 128 | Rev 129 | ||
---|---|---|---|
Line 196... | Line 196... | ||
196 | using a <constant>CONNECT_TO_ME</constant> message which creates a |
196 | using a <constant>CONNECT_TO_ME</constant> message which creates a |
197 | callback connection. Every service that wants to receive connections |
197 | callback connection. Every service that wants to receive connections |
198 | asks name service task to create a callback connection.</para> |
198 | asks name service task to create a callback connection.</para> |
199 | 199 | ||
200 | <para>Tasks can share their address space areas using IPC messages. The |
200 | <para>Tasks can share their address space areas using IPC messages. The |
201 | 2 message types - AS_AREA_SEND and AS_AREA_RECV are used for sending and |
201 | 2 message types - <constant>AS_AREA_SEND</constant> and <constant>AS_AREA_RECV</constant> are used for sending and |
202 | receiving an address area respectively. The shared area can be accessed |
202 | receiving an address area respectively. The shared area can be accessed |
203 | as soon as the message is acknowledged.</para> |
203 | as soon as the message is acknowledged.</para> |
204 | </section> |
204 | </section> |
205 | </section> |
205 | </section> |
206 | 206 |