Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Smart Routing #82

Open
bruno-robert opened this issue Jun 5, 2018 · 10 comments
Open

Smart Routing #82

bruno-robert opened this issue Jun 5, 2018 · 10 comments

Comments

@bruno-robert
Copy link

Since I see there is a new collaborator I will post this idea here. I've been using a service called Speedify recently and it seems to balance the load between my two connections depending on the bandwidth of the connections.

Basically, my idea is instead of setting how many times you want dispatch-proxy to use a connection out of the total (by using: 10.0.0.0@7 10.0.0.1@3), dispatch-proxy will update those values at runtime depending on how fast each connection is (a faster connections proportional use would increase proportionally to its bandwidth / the total bandwidth, and slower connections proportional use would decrease). This would improve the quality of the overall connection since you would use "more" of the fast connection and "less" of the smaller connection.

Don't hesitate to ask if I wasn't clear at some point.

@rlindsberg
Copy link
Collaborator

rlindsberg commented Jun 5, 2018 via email

@bruno-robert
Copy link
Author

I'm really glad to hear you have already thought about it! I hadn't thought about the cost of the connection probably due to the fact my connections are both unlimited, but it's definitely a great idea.
I'm looking forward to the next release!

@rlindsberg
Copy link
Collaborator

rlindsberg commented Jun 5, 2018 via email

@bruno-robert
Copy link
Author

sure, I would be down for that! I'll take a look at it in more depth this weekend.
How do you want us to communicate? For now I'll send you an invite on linkedin ;)

@rlindsberg
Copy link
Collaborator

We can try Slack or just email. What do you think? For now, I'm going to write my last exam for this term. I'll be back in a few hours.

@Unknown78
Copy link

Speedify uses channel bonding technology. This new feature will make the program better, but still uses load balancing technology at its core.

@vaaino
Copy link

vaaino commented Dec 24, 2019

Speedify uses channel bonding technology. This new feature will make the program better, but still uses load balancing technology at its core.

What does Speedify have to do with this? Is it a repackaging of this very program?

@Unknown78
Copy link

Unknown78 commented Dec 25, 2019

Speedify uses channel bonding technology. This new feature will make the program better, but still uses load balancing technology at its core.

What does Speedify have to do with this? Is it a repackaging of this very program?

No, Speedify is a different proprietary software. It uses channel bonding technology instead of load balancing which dispatch-proxy use.

Channel bonding technology allows you to combine e.g. 1Mbps+1Mbps for 1 connection. On the other hand, load balancing will spread 1Mbps and the other 1Mbps for multiple connection.

Load balancing is only effective if the server support parallel connection and the software itself parallelize the connection. E.g. Free Download Manager and Google Drive.

Speedify monopoly the market, I really dislike it. There is no open source easy to use software which you can find using the channel bonding technology, especially in windows.

@vaaino
Copy link

vaaino commented Dec 25, 2019

@Unknown78

Oh, ok. Thanks for clarifying. I've also noticed that Speedify is quite a monopoly

@Unknown78
Copy link

@Unknown78

Oh, ok. Thanks for clarifying. I've also noticed that Speedify is quite a monopoly

That's why I encourage the devs to build an open source version of it. At least combine it with dispatch-proxy, so that there may be some new flag to switch between the technology.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants