Link to home
Start Free TrialLog in
Avatar of Octalys
Octalys

asked on

I have a file dl.php that readfile a file outside wwwroot directory, I want limit users to 100 concurrent users. How do I do it? Because when 200 people download the file, my server lags.

I have a file dl.php that readfile a file outside wwwroot directory, I want limit users to 100 concurrent users. How do I do it? Because when 200 people download the file, my server lags.
ASKER CERTIFIED SOLUTION
Avatar of TeRReF
TeRReF
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Octalys
Octalys

ASKER

apache
Avatar of Octalys

ASKER

I used apache mod for this problem.