Earlier quoted context omitted.
Wait, zeromq lost momentum ? When did that happen ?
When was the last time you heard something about it?
Pro Tip: Use 'cbor' for serialising.
51–60 of 236 posts
Earlier quoted context omitted.
Wait, zeromq lost momentum ? When did that happen ?
When was the last time you heard something about it?
Pro Tip: Use 'cbor' for serialising.
Earlier quoted context omitted.
Wait, zeromq lost momentum ? When did that happen ?
When was the last time you heard something about it?
I initially thought it would allow to dynamically handle upstreams list (and other configuration) like hipache is doing [1], which would be awesome for dokku or other container management systems which rely on system nginx. But after seeing languages mentioned, I'm confused. Is it supposed to replace language specific servers, like unicorn and puma for rails (but then, I'm confused about what such kind of support wou…
Looks to be a good candidate to replace omnipresent nginx based API routers
I have a small flask application which basically is a rest get post API server. I'm struggling to make deployment easy. With PHP, i just push to the application server and rsync that folder into var www html for Apache httpd but what would I do for flask python 3?
This looks pretty cool, and makes me sad that Mongrel2 never became popular. In short: Mongrel2 solves the same problem, but does it by letting your application handle requests and websocket connections over ZeroMQ instead of eg FastCGI. I guess it lost momentum when ZeroMQ did. Anyone know why? Sounds like a dream solution in the current microservice hype. http://mongrel2.org/
So, Nginx follows exactly the way of Apache HTTP: remember mod_php, mod_perl etc?
Also note github repo at https://github.com/nginx/unit
If you're unfamiliar, look at this instead. The homepage on Nginx.com is basically > Join this webinar to learn > - What NGINX Unit does that has not been available before
I'm happy to see this. nginx itself is excellent software, I'll be happy to use similar tech for the application server as well (instead of uwsgi). There are a couple of options I'd like to see added to the Python configuration though before I could try it: - Ability to point it at a virtualenv. - Ability to set environment variables for the application.
lol.. nginx en-masse configuration is a nightmare. i can point to a fortune 50 company that it's destroying for relying on it. I won't name names :)