Worker This is a subclass of thread that submits commands to the server and stores the result in a thread-safe queue. More...
Public Member Functions | |
def | __init__ (self, host, port, perfcmds, queue) |
def | run (self) |
Private Attributes | |
__host | |
__perfcmds | |
__port | |
__queue | |
Worker This is a subclass of thread that submits commands to the server and stores the result in a thread-safe queue.
Definition at line 247 of file cmsPerfClient.py.
def cmsPerfClient.Worker.__init__ | ( | self, | |
host, | |||
port, | |||
perfcmds, | |||
queue | |||
) |
Definition at line 249 of file cmsPerfClient.py.
def cmsPerfClient.Worker.run | ( | self | ) |
Definition at line 256 of file cmsPerfClient.py.
References cmsPerfClient.Worker.__host, cmsPerfClient.Worker.__perfcmds, cmsPerfClient.Worker.__port, and cmsPerfClient.request_benchmark().
|
private |
Definition at line 251 of file cmsPerfClient.py.
Referenced by cmsPerfClient.Worker.run().
|
private |
Definition at line 250 of file cmsPerfClient.py.
Referenced by cmsPerfClient.Worker.run().
|
private |
Definition at line 252 of file cmsPerfClient.py.
Referenced by cmsPerfClient.Worker.run().
|
private |
Definition at line 253 of file cmsPerfClient.py.