Table of Contents Previous Next
Logo
Chapter 21
Copyright © 2003-2009 ZeroC, Inc.

Chapter 21 

Developing a File System Server in Objective‑C

21.1 Chapter Overview

In this chapter, we present the source code for an Objective‑C server that implements the file system we developed in Chapter 5 (see Chapter 19 for the corresponding client). The code we present here is fully functional, apart from the required interlocking for threads. (We examine threading issues in detail in Chapter 31.)
Table of Contents Previous Next
Logo