Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
You want to write a server that concurrently processes several clients (as in "Forking Servers"), but connections are coming in so fast that forking slows the server too much.
Have a master server maintain a pool of pre-forked children, as shown in Example 17.5.