XFileSharing Pro - Download Parallel?

Message
Author
hscorpo
Posts: 1
Joined: Feb 12, 2010 3:38 pm

Download Parallel?

#1 Postby hscorpo » Feb 12, 2010 3:40 pm

I need to block parallel downloads which script or code should I use to block? I'm using xfilesharing 1.5?

olesjas
Posts: 14
Joined: Dec 28, 2009 5:29 pm

#2 Postby olesjas » Feb 12, 2010 5:57 pm

hi,
you can control the bandwidth usage per client/ip with webserver modules.
what webserver are you running?

if you are on apache, check out this:
http://www.crucialp.com/resources/tutor ... ontrol.php

for lighttpd see here:
http://redmine.lighttpd.net/projects/li ... ficShaping

greets

naga
Posts: 45
Joined: Dec 22, 2008 3:40 pm

#3 Postby naga » Feb 12, 2010 11:17 pm

actually, don't limit download speeds per user as that causes quite high loads, limit the number of connections per ip;

apache -> http://dominia.org/djao/limitipconn.html (limitipconn)
lighttpd -> http://forum.lighttpd.net/topic/118 (mod evasive)