Load Balancing #728
Answered
by
faragher
LinuxinaBit
asked this question in
Help & Questions
Load Balancing
#728
Replies: 3 comments 3 replies
-
Reticulum/LXMF works only with messages transmitted from a peer to another But... an application could handle some content based addressing and query for the closest peer that has that content online... In fact I might take a look in how to make Hypercore be able to use Reticulum addresses soon-ish |
Beta Was this translation helpful? Give feedback.
0 replies
-
The simplest solution is a 303 style redirect. "Hey, I want Foo!" "Resource
is at NewAddy:/pages/Foo"
This maintains e2ee and doesn't obfuscate the source of the data. It also
leverages the distributed network to not keep running over a single path
when the servers are significantly separated.
I believe that addresses the intent of load balancing?
…On Sun, Feb 23, 2025, 11:17 AM Val ***@***.***> wrote:
Reticulum/LXMF works only with messages transmitted from a peer to another
But... an application could handle some content based addressing and query
for the closest peer that has that content online...
In fact I might take a look in how to make Hypercore be able to use
Reticulum addresses soon-ish
—
Reply to this email directly, view it on GitHub
<#728 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALIZNI4XPULPABJYDOTRBGT2RH7DTAVCNFSM6AAAAABXUSWH6CVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMRZGMYDCMY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
LinuxinaBit
-
Why do you need load balancing? What problem does that solve? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Theoretically, could any kind of load balancing be done for something like a NomadNet page?
From what I can tell there isn't a formally defined way to do that, but I would like to know if there is something I'm missing and/or if it is even possible.
Beta Was this translation helpful? Give feedback.
All reactions