Can Nginx servers scale to the level of Google
1–10 of 20 posts
Re: Can Nginx servers scale to the level of Google
#2Re: Can Nginx servers scale to the level of Google
#3Cloudflare used NGINX up until recently and that would be Google scale IMO
Re: Can Nginx servers scale to the level of Google
#4Cloudflare used NGINX up until recently and that would be Google scale IMO
Re: Can Nginx servers scale to the level of Google
#5Cloudflare used NGINX up until recently and that would be Google scale IMO
Good to know. Any idea why Google chose to use custom servers instead of opting for Nginx or Apache? Specially when Nginx offers excellent load balancing capabilities in-built?
Re: Can Nginx servers scale to the level of Google
#6Earlier quoted context omitted.
Good to know. Any idea why Google chose to use custom servers instead of opting for Nginx or Apache? Specially when Nginx offers excellent load balancing capabilities in-built?
Because their own can solve their problems better. Note that the Cloudflare reference is "used to" - just because you can use nginx at scale doesn't mean it's the best, and all such deployments aren't running stock nginx, and not nginx alone.
Re: Can Nginx servers scale to the level of Google
#7Re: Can Nginx servers scale to the level of Google
#8Re: Can Nginx servers scale to the level of Google
#9Earlier quoted context omitted.
Because their own can solve their problems better. Note that the Cloudflare reference is "used to" - just because you can use nginx at scale doesn't mean it's the best, and all such deployments aren't running stock nginx, and not nginx alone.
Got it. Thanks. Which servers are best suited to handle such high levels of load, and are available for free and open usage like Nginx or Apache is? I read that Apache has even more problems than Nginx.
Different needs for different usecases where NGINX is more of an OOTB situation. NGINX is great. I see Caddy mentioned quite a bit, believe it’s written in Go where NGINX is written in C. Cloudflare wrote Pingora in Rust IIRC and I want to say they are releasing an open source flavor
Re: Can Nginx servers scale to the level of Google
#10Earlier quoted context omitted.
Got it. Thanks. Which servers are best suited to handle such high levels of load, and are available for free and open usage like Nginx or Apache is? I read that Apache has even more problems than Nginx.
Nothing wrong with NGINX. Read Cloudflare post on Pingora. Different needs for different usecases where NGINX is more of an OOTB situation. NGINX is great. I see Caddy mentioned quite a bit, believe it’s written in Go where NGINX is written in C. Cloudflare wrote Pingora in Rust IIRC and I want to say they are releasing an open source flavor