I have a developer that has a stand-alone executable that he compiled on his Windows XP laptop. This program reads in some data, then gives the output of the data read.
On one of our Windows2000 servers, this program runs in about 10.5 minutes, but on his laptop, it will take about 5.5 minutes.
I would think that the server would be quicker? The only thing that seems different is that he is using Windows XP.
Does XP have some optimizations? Is Visual C++ version 6 doing something different on XP than it does on Win2k?
Thanks.
On one of our Windows2000 servers, this program runs in about 10.5 minutes, but on his laptop, it will take about 5.5 minutes.
I would think that the server would be quicker? The only thing that seems different is that he is using Windows XP.
Does XP have some optimizations? Is Visual C++ version 6 doing something different on XP than it does on Win2k?
Thanks.