Moodle Connection Limitations

Re: Moodle Connection Limitations

by Ann Adamcik -
Number of replies: 0
Which database are you using? In most versions of mysql, the max_connections variable defaults to 100. You can increase it, if your hardware will support more connections. You'll probably need to tune other variables as well. See http://dev.mysql.com/doc/refman/5.1/en/too-many-connections.html and http://docs.moodle.org/en/Performance to start with.