Xordan
12-01-2007, 11:41 PM
Hi,
It would be nice if there was an option for us to enable limitations on the number of connections per IP for a file. Basically it would stop people from hammering the server with download managers and causing high CPU usage.
I had this problem recently because I was getting a huge amount of hits, and multiplied by the number of connections people's download managers were creating I was swamping the server with a large load.
Now, I've written my own basic scripts linked with a mysql db to keep track of the number of connections, but it's not a very nice workaround and I'm aware of php modules existing (if it's not an inbuilt feature) which can do this in a nice way. I think it would benefit everyone if such modules were added so those of us expecting a large number of visitors can effectively control the load.
It would be nice if there was an option for us to enable limitations on the number of connections per IP for a file. Basically it would stop people from hammering the server with download managers and causing high CPU usage.
I had this problem recently because I was getting a huge amount of hits, and multiplied by the number of connections people's download managers were creating I was swamping the server with a large load.
Now, I've written my own basic scripts linked with a mysql db to keep track of the number of connections, but it's not a very nice workaround and I'm aware of php modules existing (if it's not an inbuilt feature) which can do this in a nice way. I think it would benefit everyone if such modules were added so those of us expecting a large number of visitors can effectively control the load.