First page Back Continue Last page Summary Graphics
Applicability to other environments
Technique exploits information from existing design patterns.
-
On Linux with X windows:
Communication through sockets, pipes, signals.
Well-known tasks: X server, sound daemon, etc.
Select syscall used for asynchonous I/O.
Use of blocking system calls in dedicated threads.
Other systems:
Adapt to that systems design patterns and IPC mechanisms.