A local Python client executes at 2.1 kHz.
The test was done using this code:
#!/usr/bin/env python from PyTango import * t1 = DeviceProxy( "//has107k:10000/bw4/exp/t1") i = 0 while( i < 10000): t1.command_inout( "Check") i = i + 1;