So...what is the future of enterprise open source? Is there a future for enterprise open source? If you start a company and open source your core/clients, your product becomes part of AWS, and AWS runs you into the ground. If you mix in proprietary licenses to protect yourself, AWS forks your core, adds in open-source licensed clients, then runs you into the ground (and you lose open-source contributors/supporters as…
What happened is the realisation that FOSS developers also have to pay their bills and idealism only takes so far. So anyone that refuses to pay for their tools will eventually either loose them, or contend to be happy to use lesser ones.
Nginx to Be Acquired by F5 Networks
101–110 of 408 posts
Re: Nginx to Be Acquired by F5 Networks
#102Earlier quoted context omitted.
I think the issue is that there isn't much and certainly nginx could be viewed as competitor to F5. And with everything else going on it's not difficult to imagine that this acquisition isn't a positive sign.
Could it, really? I know that nginx has some builtin load balancing, but unless it's vastly vastly changed in the past few years, it's still a LONG way behind haproxy for load balancing. nginx is an excellent high performance webserver, which is something F5 don't really have. It is (or was, at least) at best a mediocre load balancer, with all sorts of limitations at the sort of scales you'd usually use an F5 box for…
Re: Nginx to Be Acquired by F5 Networks
#103Earlier quoted context omitted.
I think Hashicorp[0] has nailed down the open source enterprise model perfectly. Where they make open source software for enterprise and provide services to support. [0]: https://www.hashicorp.com
They barely have any revenue and they're struggling. It's probably one of the next companies to be acquired in the coming years.
Re: Nginx to Be Acquired by F5 Networks
#104I'm nervous about what this means for the future of nginx's built in load balancing. That's been an important and rock-solid part of my infrastructure.
Throwing out a question to the room: if the worst happens and Nginx gets butchered, would it be so bad to go back to using Apache? I've never used it really, everything I've done has been Nginx, but is there some technical reason why Apache wouldn't be a fine fallback option for an open-source server?
Re: Nginx to Be Acquired by F5 Networks
#105I guess that signals it's time for nginx users to check out possible alternatives - just in case, if things turn out for the worse. I can recommend having a look at https://varnish-cache.org/ - while its performance might not be 100% up to par with nginx in some (very, very high-end) scenarios, it has many other fortes that nginx (at least in its FOSS release version; I've never used nginx plus) just cannot match in…
Re: Nginx to Be Acquired by F5 Networks
#106Re: Nginx to Be Acquired by F5 Networks
#107Earlier quoted context omitted.
A big F5 rig is basically Linux with a CLI/admin interface on top.
It used to actually a BSD rig with a CLI/admin interface on top.
The data plane is where you have high speed logic and data traveling. That's where you do the multiple 100GBps software defined networking, and its crazy fast chips doing it.
And the control plane has interconnects to program the data plane chips to the rules you want. So the data never hits the control plane at all. Its kind of like a water faucet where the knob doesn't touch the water but controls the floodgates.
Re: Nginx to Be Acquired by F5 Networks
#108So...what is the future of enterprise open source? Is there a future for enterprise open source? If you start a company and open source your core/clients, your product becomes part of AWS, and AWS runs you into the ground. If you mix in proprietary licenses to protect yourself, AWS forks your core, adds in open-source licensed clients, then runs you into the ground (and you lose open-source contributors/supporters as…
What happened is the realisation that FOSS developers also have to pay their bills and idealism only takes so far. So anyone that refuses to pay for their tools will eventually either loose them, or contend to be happy to use lesser ones.
Re: Nginx to Be Acquired by F5 Networks
#109So...what is the future of enterprise open source? Is there a future for enterprise open source? If you start a company and open source your core/clients, your product becomes part of AWS, and AWS runs you into the ground. If you mix in proprietary licenses to protect yourself, AWS forks your core, adds in open-source licensed clients, then runs you into the ground (and you lose open-source contributors/supporters as…
My understanding is that Google has recently deviated from this strategy. The result of the strategy you mention is that the industry standardized on other companies' implementation of ideas that came from Google: Hadoop (MapReduce), HDFS (GFS), ZooKeeper (Chubby, and more. For examples of newer open source projects that see more active maintenance from Google, see Kubernetes and TensorFlow.
Re: Nginx to Be Acquired by F5 Networks
#110Earlier quoted context omitted.
Throwing out a question to the room: if the worst happens and Nginx gets butchered, would it be so bad to go back to using Apache? I've never used it really, everything I've done has been Nginx, but is there some technical reason why Apache wouldn't be a fine fallback option for an open-source server?
Life is nicer in many ways under apache.