91
submitted 2 years ago by sag@lemm.ee to c/opensource@programming.dev

cross-posted from: https://lemm.ee/post/39429103

you are viewing a single comment's thread
view the rest of the comments
[-] kolorafa@lemmy.world 1 points 2 years ago* (last edited 2 years ago)

On the server side to send you data, using any web server with mmap support will probably be less CPU intensive than app that handles websocket, but yes, the details matter as when reading a lot of small files vs websocket, then websocket could be better for CPU usage especially when you could generate data.

But once again using plain old http allow you to use the speestest software against any CDN very easy IMO.

[-] Boomkop3@reddthat.com 1 points 2 years ago

Adding headers and some other minor requirements is slower than not. That's really the difference, it's not complicated.

this post was submitted on 12 Aug 2024
91 points (96.0% liked)

Opensource

6649 readers
563 users here now

A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



founded 2 years ago
MODERATORS