this post was submitted on 05 Jan 2024
140 points (97.9% liked)

Fediverse

35101 readers
488 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration)

founded 2 years ago
MODERATORS
 

cross-posted from: https://mander.xyz/post/8095934

Looks like we're getting company!

you are viewing a single comment's thread
view the rest of the comments
[โ€“] fenndev@leminal.space 8 points 2 years ago (4 children)

Always happy to see a new Fediverse service!

My only concern is Python. Wonderful for AI and scripting, but I'm not sure how well it works as a web server. Although, I'd assume that a lot of the web server code is actually C under the hood...

[โ€“] shrugal@lemmy.world 5 points 2 years ago* (last edited 2 years ago)

The database, storage and network are usually the bottlenecks in these kinds of websites, not the programming language. It might add a few ms of latency, but the big lags come from congestion or bad db queries.

load more comments (3 replies)