Multi-Tasking Servers

Because of the potentially heavy volume of transactions they will be serving, servers are likely to multi-task to handle multiple requests in parallel. This section lists common multi-tasking models you might consider for use in your server applications. The discussion refers to three models:
  • Model One: "Empowerment"
  • Model Two: "Management-Directed"
  • Model Three: "Unmanaged".