Would hogging on to 90% of the CPU affect other users from running processers?
I am writing a socket server using php and its going to be running in the background 24/7. 90% CPU would mean a problem to the other processers, unless php does know when to release cpu usage when other processers needs it.
Another thing is that I am running on a shared box, 90% usage on the "top" command might mean that my processers might be killed by the system admin simply because it means "resource hogging".
I need a solution to that problem, unless wad I question about releasing of resources is working..