The max number of simultaneous connections to your MySQL database is 30. This normally is not a problem because MySQL connections are made and extinguished within a fraction of a second. If you are getting a max_user_connections error:
Most of the time, the problem is due to the second scenario, using pconnect, because most php applications being ran on the server are open source projects rather then custom code that users have written.