WHICH OF THE FOLLOWING IS TRUE ABOUT DISPATCHERS

10. Which of the following is true about dispatchers? (Choose all correct answers.)

A. Dispatchers don’t handle the work of users’ requests; they only interface

between user processes and queues.

B. Dispatchers share a common response queue.

C. Dispatchers load-balance connections between themselves.

D. Listeners load-balance connections across dispatchers.

E. You can terminate a dispatcher, and established sessions will continue.

169