Notepad++ - EXEC plugin running pawncc.exe with realtime priority - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Notepad++ - EXEC plugin running pawncc.exe with realtime priority (
/showthread.php?tid=404335)
Notepad++ - EXEC plugin running pawncc.exe with realtime priority -
chormi - 02.01.2013
Hi
I try set priority "realtime" to pawn compiler - "pawncc.exe" process when i run them with F5 key in notepad++. Any ideas?
Re: Notepad++ - EXEC plugin running pawncc.exe with realtime priority -
Mauzen - 02.01.2013
This should help:
http://www.itworld.com/nls_windows_lowpriority060814 (First result of a 3 second goggle search

)
Or use "start /?" in cmd to get more information.
Instead of /low use /realtime. Even i doubt that this will speed up compiling, feel free to tell me if it works
Re: Notepad++ - EXEC plugin running pawncc.exe with realtime priority -
chormi - 02.01.2013
Damn i know it. Tell me what can i type in exec plugin textarea to running process with realtime priority?
cd $(CURRENT_DIRECTORY)
"compiler patch" "$(FILE_NAME)" -r -d3 -i"includes patch"
values behind " is correct.
Re: Notepad++ - EXEC plugin running pawncc.exe with realtime priority -
chormi - 03.01.2013
topic refresh
@Mauzen
Quote:
Originally Posted by Mauzen
Instead of /low use /realtime. Even i doubt that this will speed up compiling, feel free to tell me if it works 
|
I tried changing pawncc process priority manualy - ppm on the process in task menager and compiling was faster.