HELLBRINGER 0 Posted September 9, 2001 I noticed my website lately gets a bit slower when its in heavy use... (duh... lol) and I know that its just some of the php and database stuff... then html loads fast... how do I make my php stuff and database server use the processor at high priority? because it seems it has to wait... therefor the mainpage on my site (which is php, and has to acceess the database (for news)) loads slow but they rest is already up... how can I do this? Share this post Link to post
kgeissler 0 Posted September 10, 2001 Are you running IIS as your webserver? If so, what version. There are registry hacks for both, to open up more processor threads and such. Share this post Link to post
clutch 1 Posted September 10, 2001 Did you ever patch it for Code Red? Code Red servers will also show intermittent response delays and high CPU utilization. Have you run perfmon (or just kept an eye on the task manager) to make sure what processes are taking up all the utilization time? I had issues with McAfee NetShield sucking down CPU cycles while in "System Scan" mode. Once I changed the mode, all was better (although some servers will need system scan regardless of the consequences due to their function). Share this post Link to post
FatFish 0 Posted September 10, 2001 defrag harddrive will help getting data from the database faster too. Share this post Link to post
HELLBRINGER 0 Posted September 10, 2001 No I do not use IIS due to its security problems and such. I do keep an eye on the task manager, not much usage very often. I don't think there is a program backdoor from the worm but there could be. I cannot rid of this red code worm. I tried all the removal utilities and they have failed. But isn't there a way to make the database and PHP files high priority? And I have been meaning to defrag... Wouldn't hurt thanks. Share this post Link to post
clutch 1 Posted September 10, 2001 Either restore from a pre-codered backup, or simply format and start over. Then, if you still feel that strongly about IIS, don't install it. Share this post Link to post
HELLBRINGER 0 Posted September 10, 2001 How do I get my MySQL server to run on high priority? That seems to be the problem, I have so much other things running on my server, and the server is not fast enough really. I am upgrading it soon though when I get the money. Share this post Link to post