Server 2 (frih.net) is incredibly slow... mySQL DB abuse.
I appreciate this is par for the course with free hosting and hitting refresh usually results in success (even if it's sluggish). However, at a previous host I used (waaay back) they had this problem too.
It tended to be caused by people new to PHP using mysql_connect() and then not using mysql_close(). I'm not sure how easy it would to implement a shorter timeout or edumacate the worst offenders, should it be possible to investigate and assuming this is the cause?
| Code: |
| Warning: mysql_connect() [function.mysql-connect]: Too many connections in <filename stripped> on line 41
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in <filename stripped> on line 42 <filename stripped> on line 431 |
I appreciate this is par for the course with free hosting and hitting refresh usually results in success (even if it's sluggish). However, at a previous host I used (waaay back) they had this problem too.
It tended to be caused by people new to PHP using mysql_connect() and then not using mysql_close(). I'm not sure how easy it would to implement a shorter timeout or edumacate the worst offenders, should it be possible to investigate and assuming this is the cause?
