I'm runing Apache as a Windows service, and I have found by running it as a normal executable, and changing the process priority to "real time" that PHP runs quite significantly faster.
I'd like to be able to change the priority of the service, but when I try and change the priority in task manager when it's running as a service, I get an "access denied" error, which is a pain in the arse.
Does any Apache-Guru know a way to make Apache run at maximum priority by default?
Cheers and TIA