Question:
Email/database server
The email database server is designed to accept multiple incoming requests via a socket in order to locate a specific message and return it to the client 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.