Welcome to Emulationworld

Forum Index | FAQ | New User | Login | Search

*View All ThreadsShow in Flat Mode*


SubjectRe: Low perf while running folding@home Reply to this message
Posted bymagila0
Posted on05/21/08 02:33 AM



It appears installing FAH is unnecessary, I was able to duplicate the behavior using this trivial program. Compile and run it and you will find that cmpro suddenly becomes very slow at scanning. (At least on x64 versions of Windows) Note that if you have multiple cores you will need to start one instance per core or set the affinity of both processes to the same CPU.

#include <Windows.h>

int main()
{
SetPriorityClass(GetCurrentProcess(), IDLE_PRIORITY_CLASS);
for(;;){}
}



-
Entire Thread
Subject  Posted byPosted On
*Low perf while running folding@home  magila005/19/08 11:31 PM
.*Re: Low perf while running folding@home  Roman05/20/08 03:49 AM
..*Re: Low perf while running folding@home  magila005/20/08 10:25 PM
...*Re: Low perf while running folding@home  Roman05/21/08 01:56 AM
.....Re: Low perf while running folding@home  magila005/21/08 02:33 AM
.....*Re: Low perf while running folding@home  Roman05/21/08 03:20 AM
......*Re: Low perf while running folding@home  Roman05/21/08 02:39 PM
.......*Re: Low perf while running folding@home  magila005/21/08 09:39 PM