1
HFS ~ HTTP File Server / Re: Queues
« on: April 22, 2009, 07:50:55 PM »Actually it does exist in HFS. It called "Max simultaneous downloads from single address"=1 and "Max simultaneous addresses"=100. This way you will get almost exactly same behavior: 100 users will be able to download single file at the time.This isn't a queue .. its free for all. What I need to be able to do is setup so that server has the ability to send 5 simultaneous files at the same time. If a user a requests a file and its already sending 5 files ... instead of saying "No you can't, please try later", it adds them to a queue. Now when one of those 5 simultaneous sends finishes, the person waiting gets sent their file.