A proprietary protocol that somehow facilities throughout orders of magnitude than non proprietary alternatives. I call BS.
If they are like Riot and have their own fiber, it is not unlikely. There are tons of boring optimizations open source software also won't bother with without significant sponsorship (some could be specific to a particular file format). If you look at most network (and also video) protocols, they are accumulations of decades of improvements rather than neural network style overnight breakthroughs.
A Desperate Plea for a Free Software Alternative to Aspera (2018)
21–30 of 172 posts
Re: A Desperate Plea for a Free Software Alternative to Aspera (2018)
#22Re: A Desperate Plea for a Free Software Alternative to Aspera (2018)
#23I mean, with some reverse engineering, mentioned later in the post, it’s really not.
Re: A Desperate Plea for a Free Software Alternative to Aspera (2018)
#24Earlier quoted context omitted.
If they are like Riot and have their own fiber, it is not unlikely. There are tons of boring optimizations open source software also won't bother with without significant sponsorship (some could be specific to a particular file format). If you look at most network (and also video) protocols, they are accumulations of decades of improvements rather than neural network style overnight breakthroughs.
Do you know of any resources where I can learn more about these boring optimizations?
Re: A Desperate Plea for a Free Software Alternative to Aspera (2018)
#25This looks interesting as well as it's developed at CERN and uses plain tcp protocol https://github.com/fast-data-transfer/fdt
Re: A Desperate Plea for a Free Software Alternative to Aspera (2018)
#26A proprietary protocol that somehow facilities throughout orders of magnitude than non proprietary alternatives. I call BS.
Some use a family of different approaches to cope with different performance domains. Some use intermediate relays to cut the bandwidth-deat product by reducing delay.
But the big key is this: standard tools aren’t even trying to be good at this. They’re aimed at making an Internet work, not at optimizing and particular flow.
Re: A Desperate Plea for a Free Software Alternative to Aspera (2018)
#27Earlier quoted context omitted.
Do you know of any resources where I can learn more about these boring optimizations?
MIT open courseware has a course on Performance Engineering which details some of the types of low level optimizations that can be done. It requires a lot of measuring and problem specific solutions.
Re: A Desperate Plea for a Free Software Alternative to Aspera (2018)
#28Re: A Desperate Plea for a Free Software Alternative to Aspera (2018)
#29(Also if you could write a paper on it and put me as the co-author, that'd be great.)
Re: A Desperate Plea for a Free Software Alternative to Aspera (2018)
#30Why not use torrents over wireguard? From an engineering perspective I'd personally be hard pressed to come up with a more optimal solution for private big data transfer. If Aspera is as good as the parent suggests it's probably because they are operating a bittorrent-like network of geo-distributed peers. It would be very cheap to emulate that using cloud computing providers, especially if you are discarding the dat…