CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2001
    Posts
    4

    Performance of Win2000

    Hi guys,

    I updated our platform from Win95 to Win2000, I expected that our maintenance programs will run faster in Win2000, but it is not. A normal program which takes 30 minutes to run in Win95 will take one and a half hour to complete in Win2000, that is about 3 times long as normal. If I start to run 4~~6 these kind of programs at the same time they will all finish with two hours, it doesn't look like the performance being affected a lot by loading more.

    Is this normal in Win2000? what am I suppose to do to improve?

    Thanks guys.

    Lu


  2. #2
    Join Date
    Feb 2000
    Location
    Phoenix, AZ
    Posts
    450

    Re: Performance of Win2000

    Win2000 uses more memory than Win95 so if you are running low - you will definitely see a preformance hit. How much memory do you have?


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured