News:

The "Support Requests" forum is now viewable by guests.

Main Menu

cpu usage

Started by Dan, March 12, 2006, 03:42:07 PM

Previous topic - Next topic

Dan

I'm not sure if cpu is the right word for it but anyway you know what I mean. Is there a limit on this/and is there any way to monitor it if so? if any of my php scripts were using excessive cpu I could disable them, if I had a way of knowing.
Cheers.

webzone (archived)

There is no way to check that. The best thing you can do is to optimize your scripts. The PHP manual is a valuable resource for that. When you look for a function in the manual, you may find a note that tells you which functions are a better and faster way to do what you want.

Ben

Yeah, the only access I have to see CPU usage is on a server-wide basis.. which, at this time, is 22.7%.. so there aren't really any worries.
--Ben
Ben@freepgs.com

Dan

Okay. I guess i'll be contacted if i use too much. :D