Closed eunsungc closed 9 years ago
Tested on 2 CentOS VMs, globus-toolkit is compiled with --with-udt option.
The problems lie in popen('iostat 1 2'). iostat sleeps within a thread to run twice, which leads to hangs.
Workaround: split iostat 1 2 into two iostat and manually compute the difference.
Tested on 2 CentOS VMs, globus-toolkit is compiled with --with-udt option.