« on: February 20, 2009, 10:06:37 am »
Nowadays, I always meet this problem saying the websites is too busy.
wiki always say:
CodeBlocks has a problem
Sorry! This site is experiencing technical difficulties.
Try waiting a few minutes and reloading.
(Can't contact the database server: Too many connections (localhost))
forum always say:
Connection Problems
Sorry, SMF was unable to connect to the database. This may be caused by the server being busy. Please try again later.
Logged
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.