Question: The email database server is created to accept multiple incoming requests via a socket in order to locate a specific message and return it to the customer email browser (such as Outlook Express).
- Why the server may launch a thread to handle each incoming request.
- What benefit does the threading operation provide for processing purposes?
- What OS services a server will access in order to create a socket listener.
- What is the best to support multiple incoming requests via threads.