http://trac.helenos.org/wiki/IPC
http://trac.helenos.org/wiki/AsyncSessions

Note that the examples in those two texts are slightly outdated in the fact that they use ints for both session handles (phones) and exchange handles. In the current async framework this has been abstracted away into async_sess_t and async_exch_t types.

The raw phone handles are used only by the low-level ipc_*() functions now. But the underlying principles of the async framework are still the same.


M.D.

_______________________________________________
HelenOS-devel mailing list
[email protected]
http://lists.modry.cz/listinfo/helenos-devel

Reply via email to