Explain the Acceptance and Request Determination
As we have learned, much of the overhead in client-server interaction occurs in the CSInteface, either client or server. It is very important to optimize this phase of computing if at all possible.
Messages help us process client- server interaction logic faster because of both the efficient mecahnsm used to manipulate them, and by their use of a predefined protocol. Server dispatching procedures CSMsgInterface() must have efficient queuing mechanisms for incoming messages. From the previous section, we learned that queues used by CSMsgInterface() can be locally created after homespun client- server communication, can use message oriented middleware, or process via a distributed queuing mechanism. Whatever method is chosen, the processing should be quick.