next up previous contents
Next: OPERATING SYSTEMS LABORATORY VIII Up: OPERATING SYSTEMS LABORATORY VII Previous: OPERATING SYSTEMS LABORATORY VII   Contents

Examples&Exercises:

  1. Pipe; http://siber.cankaya.edu.tr/OperatingSystems/cfiles/code40.c code40.c
  2. Another example for pipe; http://siber.cankaya.edu.tr/OperatingSystems/cfiles/code41.c code41.c and http://siber.cankaya.edu.tr/OperatingSystems/cfiles/code42.c code42.c
  3. A first-in, first-out (FIFO) file is a pipe that has a name in the filesystem.
  4. Write a program that creates a FIFO and access to that FIFO.
  5. Sockets are more flexible than previously discussed communication techniques. These are the system calls involving sockets: Sockets are represented by file descriptors. Using Local Namespace Sockets (we also have network sockets)


next up previous contents
Next: OPERATING SYSTEMS LABORATORY VIII Up: OPERATING SYSTEMS LABORATORY VII Previous: OPERATING SYSTEMS LABORATORY VII   Contents
Cem Ozdogan 2009-05-11