Live data from Hacker News

NGINX Unit 1.0 is available and production-ready

nginx.com

1–10 of 14 posts

Re: NGINX Unit 1.0 is available and production-ready

#2
I’m guessing this is meant for microservices and containers?

Edit: It is. I can’t figure out if it is completely new or of it shares code with Nginx “Classic”.

And another edit: They don’t seem to have support for dotnet core planned. Interesting.

Re: NGINX Unit 1.0 is available and production-ready

#5
post #4

I still don't understand what Unit is. Is it more like Nginx or like Traefik? Is it more a replacement for fastcgi or for php-fpm?

It looks like this is a replacement for uwsgi[1] -- which has a ton of features on it's own, and plugins for these languages and more ...

[1] https://uwsgi-docs.readthedocs.io/en/latest/

Re: NGINX Unit 1.0 is available and production-ready

#9
I'm struggling to understand the purpose of this, or why I would choose this over php-fpm. It seems to be competing with Docker as it isolates applications with cgroups, but if I'm already running docker, what's the point? Perhaps another layer of isolation? ¯\_(ツ)_/¯

Re: NGINX Unit 1.0 is available and production-ready

#10
post #2

I’m guessing this is meant for microservices and containers? Edit: It is. I can’t figure out if it is completely new or of it shares code with Nginx “Classic”. And another edit: They don’t seem to have support for dotnet core planned. Interesting.

From what I can gather, nginx still sits in front of Unit and proxies requests to it
Post reply on HN