12
sounds like MySQL is hitting its max_connections limit, which defaults to 100. You could try increasing this limit to a larger number, but make sure it is more then the apache connection limit. It might also help to lower the apache KeepAliveTimeout setting to about 5 to force connections to terminate quicker
* Edit - MySQL connections should be set higher than apache, not lower as I originally typed.