DRE
Well-known member
I'm thinking about trying G-WAN. Do any of you have an experience with this server? Here's a review by David Bolton. Check out this benchmark page of G-WAN practically bragging about being way faster than their competitors with little effort involved but on the flipside, here's a blog about that mentions that because G-WAN is closed-source, there's a possibility it might be phoning home. Is he being paranoid or could there really be some NSA/PRISM type stuff going on in the background?
G-WAN vs Nginx
VS
Both G-WAN (freeware) and Nginx (open-source) are asynchronous HTTP servers for Linux and Windows. Both intend to be "light" and "fast". The Nginx project started in 2004 while G-WAN started in 2009. Using a different design based on threads and events, G-WAN is lighter and faster than the mainstream servers, a fact independently verified by several third-party benchmarks over the years. While other servers rarely publish comparative benchmarks, GWAN Benchmarks (here vs Nginx and others) are driving its development as the author's goal is to "harness the parallel processing power of the ever increasing number of cores available on each chip". To advance the cause of reproductible research, G-WAN documents all its tests and provides public-domain C source code.
G-WAN vs Nginx


Both G-WAN (freeware) and Nginx (open-source) are asynchronous HTTP servers for Linux and Windows. Both intend to be "light" and "fast". The Nginx project started in 2004 while G-WAN started in 2009. Using a different design based on threads and events, G-WAN is lighter and faster than the mainstream servers, a fact independently verified by several third-party benchmarks over the years. While other servers rarely publish comparative benchmarks, GWAN Benchmarks (here vs Nginx and others) are driving its development as the author's goal is to "harness the parallel processing power of the ever increasing number of cores available on each chip". To advance the cause of reproductible research, G-WAN documents all its tests and provides public-domain C source code.