Define the Executor (Worker Thread)
The responsibility of the Executor (or Worker Threads) is to execute instructions on behalf of a client-server connection. The Executor must designed to process requests sent from client Workstations. The Worker Thread is accountable for executing instructions (or performing work) for the client application. It is also responsible for sending and receiving data back and forth to the client station. Actually, the Worker Thread will make requests into the SCM for these data-transmission requests.