If you use PHP suEXEC, it should assign dedicate PHP processes for each account, so it will take care of cpu/memory limits.
Right now, it is not possible to limit the total connections per vhost, the reason is that when server accept a new connection, it has no idea which vhost it is for before...