I know that if your infinite loop starts using up way too much resources,
and it is not owned by root, then most flavors of unix will kill the
process. This is a security measure to ensure that a non-root user cannot
kill the server by using up all available resources.
Now, this doesn't mean that you should leave an infinite loop running,
but most well configured servers will protect themselves against that problem.
-xPhase