hello
the processes in both systems are nearly the same, in fact, there are more processes (antivirus, gnotify,...)running on windows 2000 than in windows xp (and xp is 5 times slower)...
i can't figure out what's the problem...
: : : Well, i think that the cause of this speed down is te reading and writing of text files..
: : :
: : : i'm using CStdioFile with readstring and writestring... anybody knows if there are differences between xp and 2k api in this case??
: : :
: :
: : Its not likely CStdioFile is the problem. There are probably other external influences, such as what else is running on the XP computer that is not running on the W2K, such as antivirus, XP SP-2, firewalls, and other programs. Compare the processes in the Task Manager of each computer. Does one computer have NTFS file system and the other FAT (NTFS access is faster and more efficient). How about processor speed difference, is one computer 500 Mz and the other 2.5Gz (or something else)?
: :
: : Also make sure your program is compiled for Release mode, not Debug mode.
: :
:
:
: Thank you for the reply stober.
:
: Now i'm testing in the same PC with XP ans 2000, is 2.6GHz and 1G ram
:
: the hard disk is the same for both computers, and has NTFS... XP does not have SP2 and is a clean installation, i'm going to compare now the processes in btoh systems and i'll tell you...
: