Inter-request communication Depending upon the implementation, some network servers may need to "share information" between requests Threads/SYSVSHM require data access synchronisation primitives (mutexes, conditionals) Processes can also use traditional IPC (sockets) for IPC Standard thread/IPC stuff applies here