Vb.exe performance time

Posted by vinodacharyabva on Stack Overflow See other posts from Stack Overflow or by vinodacharyabva
Published on 2009-09-16T05:38:02Z Indexed on 2010/04/10 20:03 UTC
Read the original article Hit count: 254

Filed under:

Hi

I am running a vb.exe through automation. In exe I have return a code which takes a data from database and saves that data into file. I ran that .exe for the first time. It took 1 mins. For testing baseline I called same .exe 5 times one after the other. But it took nearly 10 mins to generate.

My question is if it takes 1 min for 1 report to generate then it should take 5 mins to generate 5 report but why it is taking 10 mins (more than the double). Is there any problem while calling a exe one after the other?

© Stack Overflow or respective owner

Related posts about vb6