a_elhoseeny
SA,
I have online server running (apache and mysql).
The problem is I can not d/l more than one or two files at the same time and any further d/l has to wait until one of them finish, and so on.
I've modified httpd.conf, but still facing this problem.
Here is the related settings in my httpd.com
Timeout 300
KeepAlive On
MaxKeepAliveRequests 0
KeepAliveTimeout 15
MinSpareServers 15
MaxSpareServers 30
StartServers 20
MaxClients 1000
MaxRequestsPerChild 0
As for mysql the maximum number of connections is 2000
I hope you can tell me about any solution to this issue
thanks
I have online server running (apache and mysql).
The problem is I can not d/l more than one or two files at the same time and any further d/l has to wait until one of them finish, and so on.
I've modified httpd.conf, but still facing this problem.
Here is the related settings in my httpd.com
Timeout 300
KeepAlive On
MaxKeepAliveRequests 0
KeepAliveTimeout 15
MinSpareServers 15
MaxSpareServers 30
StartServers 20
MaxClients 1000
MaxRequestsPerChild 0
As for mysql the maximum number of connections is 2000
I hope you can tell me about any solution to this issue
thanks