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
Comments
Spencer Murata
FORUM MODERATOR / JAZZ DEVELOPER Jul 21 '15, 9:26 a.m.What is the performance of the ratlperl command from the command line?