We made a multiplayer game as a facebook application which uses php ve mysql connections thru java extension frequently to update logs and stuff. We can see CPU usage, memory, load, I/O values, Java heap memory, GC stats, and thread count are perfectly fine. After a few hours, we start to get java socket error (time out) from our php connections called by our java extension (we catch the exceptions and push it to the game's chat screen)
Why do you think this happens?
thanks