Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

________ contains a counter of the total number of clients with active operations in progress or queued.

a) globalLock.active
b) localLock.activeClients
c) globalLock.activeClients
d) all of the mentioned

Answer: c
Explanation: The activeClients data structure provides more granular information about the number of connected clients and the operation types (e.g. read or write) performed by these clients.

Join The Discussion