eunsungc / gt6-RAMSES_8_5

Apache License 2.0
1 stars 0 forks source link

transfer hangs when globus-url-copy -p runs with globus-gridftp-server -thread 1 option. #1

Closed eunsungc closed 9 years ago

eunsungc commented 9 years ago

Tested on 2 CentOS VMs, globus-toolkit is compiled with --with-udt option.

eunsungc commented 9 years ago

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.