Questionnaire is very slow when access by 100 users

Re: Questionnaire is very slow when access by 100 users

by CoreDev Develop -
Number of replies: 0

Thanks Ken. 

I found it under Server -> session handling, and currently it set store in DB. I will change to store it File. 

I have also tried the mysqlturner, and modified some of the setting in my.cnf, but the performance is still the same. 

So, while checking in the internet I found out this article:

http://dom.as/2006/09/12/mysql-tcp-network-tuning/

This article is suggested to open the max_syn_backlog in the sysctl.conf file from the TCP network. 

I have tried it in my dev. server and it speed up the processing almost three times.  Does you have any experience with max_syn_Backlog? Is there any side impact to moodle?  I plan to implement it on my database server which located internally. 

Thanks a lot for your response. 

Yulstar