|
![]() |
Overclock.net - Overclocking.net > Overclock.net Forum > Overclock.net Folding@Home Team | |
Using PSSUSPEND to pause F@H clients?
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) | ||||||||||||
|
Programmer
|
I was mucking around the other day in my Sysinternals folder and came upon pssuspend, a simple exe to "suspend and resume processes". It seemed to work fine for me when I entered the following command:
Code:
d:\SysITools\pssuspend.exe FAH623GPU.exe Code:
d:\SysITools\pssuspend.exe -r FAH623GPU.exe I wonder if anyone has tried this and if there are any drawbacks or problems with this method, or if I came upon a good thing? Thanks,
|
||||||||||||
|
|
|
|
|
#2 (permalink) | |||||||||||||
|
Folding Fanatic
![]() |
Do you think you'd be able to configure it to automatically pause folding upon opening the game via a script attached to the shortcut or something along those lines?
Because that would be magical.
__________________
REPORT and move on. Everyone, I have an urgent announcement to make: [PWN]Schubie is tricky.
![]() Usually, 4650<3850<4670<3870<4770<4830<3870X2<4850<5770<487 0<4890<4770 CF<4850X2<4850 CF<5850<5870<5770 CF<4870X2<4870 CF<4890 CF<5850 CF<5970<5870 CF
|
|||||||||||||
|
|
|
|
|
#3 (permalink) | ||||||||||
|
Linux Lobbyist
![]() |
Some one already has made a script to close/open folding automatically for gaming. But suspending it might be faster then closing/opening it.
__________________
I <3 Quake 3
Fold for OCN to help us take over the world! Team#37726 Phenom II X4 940 BE @ 3.6GHz 3D Mark Vantage: P 15,517 3D Mark 06: P 15,780 ![]()
|
||||||||||
|
|
|
|
|
#4 (permalink) | |||||||||||||
|
Programmer
|
Quote:
Yeah, I was going to examine that project, because I have noticed that by suspending, GPU & CPU cycles are immediately freed up... I just want to do some testing for any issues this might cause. I'll be playing with it later today & will update the post.
|
|||||||||||||
|
|
|
|
|
#5 (permalink) | ||||||||||||
|
AMD Overclocker
![]() |
It's in my sig. I'm planning to make it a lot more user friendly and automated when I find some time.
Edit: You could use my method with psususpend if you wish as well as with non-service clients
__________________
Last edited by MadCatMk2 : 3 Weeks Ago at 11:07 AM |
||||||||||||
|
|
|
|
|
#6 (permalink) | |||||||||||||
|
Programmer
|
Quote:
Code:
@echo off pssuspend FahCore_11.exe C: cd <path to folder containing your games in dbl quotes> start /wait <name of executable, dbl quotes if space> pssuspend -r FahCore_11.exe Code:
@echo off pssuspend FahCore_11.exe C: cd "C:\Program Files (x86)\Ubisoft\Telltale Games\CSI - Deadly Intent" start /wait CSI5.exe pssuspend -r FahCore_11.exe BTW, I tried to use a similar script on my VMWare Player client, running the Notfred's SMP client, against the "vmware-vmx.exe" process to release resources and it seemed to work fine, both suspending and resuming! Here's an example of that script, which comes in handy when I want to encode video or run any other CPU intensive task: Code:
@echo off pssuspend vmware-vmx.exe C: cd "c:\users\will\runapps\VirtualDub 1.97" start /wait VirtualDub.exe pssuspend -r vmware-vmx.exe
|
|||||||||||||
|
|
|
|
|
#7 (permalink) | ||||||||||||
|
AMD Overclocker
![]() |
My only concern with vmware is what happens to time in the machine and what PPD your monitoring client will show.
Really nice find though
__________________
|
||||||||||||
|
|
|
|
|
#8 (permalink) | |||||||||||||
|
Programmer
|
Quote:
Should I do anything with this script, like post a new thread? It's the first time I've come up with something that could be of use to others on the site. & thx for the rep!
|
|||||||||||||
|
|
|
|
|
#9 (permalink) | ||||||||||||
|
AMD Overclocker
![]() |
My idea for the pausing/resuming scripts was to make it really easy to create shortcuts. Not everyone is willing to start making .bat files for all their games / programs.
Let's not forget support for services. I had a couple of things in mind about how to make it but I've been busy with school and setting up servers.. but this shouldn't take a long time to do. I'll try to find some time.
__________________
Last edited by MadCatMk2 : 2 Weeks Ago at 12:00 PM |
||||||||||||
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|