[quote=@Buddha] I'm really curious for what the issue actually is, then. Do let us know once you've fixed it, [@Mahz]. Also since it's an issue with a bbcode parser and not actually the servers, it seems rather obsolete to have a 2 hourly reboot thing. Wouldn't it be easier to write a small program that just reboots the server whenever it detects the cpu usage is above a certain percentage (i.e. 98> is a reboot?). I'm a complete moron when it comes to this shit however. Might be easier to just reboot it every now and then. I'll just be European and suffer. :lol [/quote] Sometimes a timed interval is better than waiting for a certain threshold to be reached. Even at 90% CPU the system is working pretty hard and that wouldn't trigger the reboot. Then there's also a case where something may happen and the CPU does have to work a bit harder. If it happens to go above that 98% it'll abort what it's doing and trip the reboot even if it wasn't needed. It's actually a risky way of doing things as it may cause corrupt and damaged files. To make it easier to understand try loading up task manager if you have windows and watch the performance graph. You'll see that doing various things will impact the RAM, CPU and Disk Usage. Even opening a program will cause various spikes in the charts.