this post was submitted on 14 Jun 2023
68 points (100.0% liked)

/kbin meta

639 readers
1 users here now

Magazine dedicated to discussions about the kbin itself. Provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics. ---- * Roadmap 2023 * m/kbinDevlog * m/kbinDesign

founded 1 year ago
 

I just saw some posts from beehaw.org and lemmy.world, looks like we're back in business!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago

I haven't looked into just what the backend architecture is like, but I've seen comments that suggested it may be a single physical server? If so, some short periods of downtime are unavoidable. I do high availability backend dev and it's no easy task to have near perfect uptime. Having distributed servers across multiple locations is essential for that, but generally requires careful design. Databases also get more complicated when using distributed databases (but I swear by them).