Earlier quoted context omitted.
The location of the voter.
Ohh I see, okay thanks. Surprising but cool!
Websocketd
31–40 of 233 posts
Re: Websocketd
#32This is the second or third "it's CGI again" thing I've seen in the past year. While these things are cool and definitely have their place, it's still worth noting that process per connection scales fairly poorly, simply because processes and forking are relatively expensive, and therefore it's probably unwise to deploy something like this in production anymore. It is what it is, I suppose.
Re: Websocketd
#33Earlier quoted context omitted.
Ohh I see, okay thanks. Surprising but cool!
So if one creates a HN profile from Amundsen–Scott Station, you can have a disproportionate effect? Very interesting.
Re: Websocketd
#34Earlier quoted context omitted.
SVR4 came out 30 years ago. I think it's time to let it go.
I'm fine with letting it go! I just don't understand why they're claiming this is "the UNIX way" as if that's a good thing.
Re: Websocketd
#35This is the second or third "it's CGI again" thing I've seen in the past year. While these things are cool and definitely have their place, it's still worth noting that process per connection scales fairly poorly, simply because processes and forking are relatively expensive, and therefore it's probably unwise to deploy something like this in production anymore. It is what it is, I suppose.
Re: Websocketd
#361: https://en.wikipedia.org/wiki/Unix_domain_socket
2: http://docs.gunicorn.org/en/stable/deploy.html?highlight=soc...
Re: Websocketd
#37This is the second or third "it's CGI again" thing I've seen in the past year. While these things are cool and definitely have their place, it's still worth noting that process per connection scales fairly poorly, simply because processes and forking are relatively expensive, and therefore it's probably unwise to deploy something like this in production anymore. It is what it is, I suppose.
Re: Websocketd
#38The variable `count` appears to be incremented non-atomically from two different threads. Is that safe in C++?