BuildForge .bset env step calling external perl script very slow
I have a step inside has 12 command like this:
.bset env "Var1='ratlperl -IZ:\ Z:\Unix.pl Var1'
.bset env "Var2='ratlperl -IZ:\ Z:\Unix.pl Var2'
Now the problem is it's very slow. If Unix.pl is on a mapped drive (means the Unix.pl is on a remote server), it takes 2 minutes. If Unix.pl is on a local drive like D:\Unix.pl, it still takes 1 minute.
Any idea why it's so slow?
Thanks
Jirong
|
Be the first one to answer this question!
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
What is the performance of the ratlperl command from the command line?