Comment on Lemmy 0.19 updates
lemann@lemmy.one 1 year ago
Neat. IIRC lemmy.world is running a ton of backends in parallel for performance, nice to see that it’s been taken into consideration by the devs 😁
Comment on Lemmy 0.19 updates
lemann@lemmy.one 1 year ago
Neat. IIRC lemmy.world is running a ton of backends in parallel for performance, nice to see that it’s been taken into consideration by the devs 😁
Reader9@programming.dev 1 year ago
Agreed. My copy lost this documentation link in the original which gives more detail about the horizontal scaling: join-lemmy.org/docs/…/horizontal_scaling.html.
It seems really straightforward (which is a good thing), each backend Lemmy_server handles incoming requests and also pulls from a shared queue of other federation work.