
25 Nov
2010
25 Nov
'10
10:42 a.m.
On my machine it takes 900 milliseconds to parse and run your config file. It takes about 500 millis to parse and empty config file. So while 900 millis is not particularly fast, it's still much faster than the 45 seconds you report. Is it possible that the config file is located on the network (and the network suffers from DNS timeouts)?
It's true that groovy config file is on shared drive which is mounted first on local machine and then my application uses it. But I don't think that there will be any DNS timeouts in my case. Will check and inform U on this soon. Thanks for suggestion.