CollabreateServer maintains a database connection for the entire duration of the process, which if inactive for mysqls' mysql_timeout variable, results in the connection being terminated.
Solution: Reconnect mysql connection when clients connect.
Log in to post a comment.