 | | In Example A-3, we'll fix up our worker thread routines-that is, the server management routines that will be triggered when our clients make an RPC to our server. We specified the interface to these routines in the IDL file. If we were writing these routines from scratch, we'd need to ensure that they contained appropriate synchronization code. However, because we added the synchronization calls in Chapter 3, Synchronizing Pthreads, we can simply reuse the existing routines. | |
|