Posted: Mon Jan 02, 2006 5:21 am Post subject: How would it improve the speed of download?
[b:d05db5ec82]How would it improve the speed of download?[/b:d05db5ec82]
I need to develop download managing software which can
[b:d05db5ec82]1)[/b:d05db5ec82] Improve the speed of download
[b:d05db5ec82]2) [/b:d05db5ec82]Making downloading much more convenient
[b:d05db5ec82]How would it improve the speed of download?[/b:d05db5ec82]
Like the others: parallel streams. As long as your bandwidth is higher than that the server reserved for one stream, it'll be faster. And that's often enough. so the download manager is client side, and not server side?
you can improve the speed of download with concurrent streams of data being downloaded, but such a solution is not always possible.
If you are developing both server and client side of download solution, i.e. for the update of a inhouse software solution you can make the servern and client multi-thread, and try to increase the download speed that way, by creating concurrent streams that download difrent chunks of data. The only convinience that a downlaod manager should provide is the ability to pause/resume.
I guess this will give you an idea: [url=http://www.amazesoft.com]www.amazesoft.com[/url]