Hi all, I found that it costs 3-4s by average for Globus to execute a simple job, and a little longer when there are data stage-in and stage out. As in the example below, the real cost time is 0m2.510s, but the user CPU time is just 0m0.430s. How do you think the extra time is used for, Globus authentication? Communication of network?
My other question is, does this mean Globus is not suitable for real-time application (less than 1s response time)? Example: -bash-3.00$ time globusrun-ws -submit -c /bin/true Submitting job...Done. Job ID: uuid:a877ba4c-4e47-11dd-9443-224466880045 Termination time: 07/11/2008 06:15 GMT Current job state: CleanUp Current job state: Done Destroying job...Done. real 0m2.510s user 0m0.430s sys 0m0.030s Regards, Denny
