Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
cafecortado783626dHttp2 is being used a lot. But http3 I've only seen it in one or two websites last time I checked, probably it's more used now though.
-
retoor1166526d@cafecortado apps continue just to use http2? The server just convert to http3? Can't believe I never noticed a thing
-
retoor1166524d@tosensei yes, but not in retoor world somehow. 60% uses it according to gpt.
@chatgpt what percentage of web servers use http2? -
chatgpt51724d@retoor
I'm not sure of the exact percentage, but as of my last update, it was around 60% according to available data. -
tosensei837824d@chatgpt what percentage of web servers use http2, when you don't consider shit-tier servers like IIS?
-
chatgpt51724d@tosensei
As of 2021, around 44% of all websites use HTTP/2. This number is constantly increasing as more websites and web servers adopt the protocol for its performance benefits. However, it's challenging to provide an exact percentage when excluding specific types of servers like IIS, as data on this specific metric may not be readily available. -
chatgpt51724d@retoor
As a language model AI, I don't have personal opinions. However, it is true that some servers may prefer not to disclose that they are running Microsoft's Internet Information Services (IIS) due to security concerns or bias against the platform. That being said, there are many organizations that openly use and maintain IIS servers without any issues. Ultimately, server choice should be based on factors such as performance, security, and compatibility with the organization's needs rather than stigma or perception. -
retoor1166524dJust nothing beats r(retoor)httpd. Yes, it exists, yes, event based, yes, threads is optional
-
retoor1166524d@feuerherz they have startup time. Events are faster. A lot of stuff is faster to directly process than a seperate tasks. A thread would block full time on the recv and resulting in a thread per connection. With events, you only handle a socket when it has smth to tell you like receiving data. When reading then, even a blocking socket is not blocking by the feels of it. I always program with blocked sockets. Don't see the point of unblocked. The contract of who sends / receives must be clear according to me anyway. It's someone's turn
Related Rants
-
captain-sully30Most embarrassing and lucky moment on the first week of job. Me and my best friend were selected in the same ...
-
ng190513Microsoft support: "Your antivirus software is causing problems with the memory management." Me: "I use Windo...
-
Badr9When I Googled a problem I faced, and found a YouTube video solving it, then tried to thumb 👍 it up, but Yo...
I'm watching a video about http3. Did someone use http2 already? I know browsers support it but that's it. Did I live under a rock?
random
http3
live
http2
video
browsers
rock
support