Announcement

Collapse
No announcement yet.

G-WAN Web Server Claims Speed Records, Features

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • G-WAN Web Server Claims Speed Records, Features

    Phoronix: G-WAN Web Server Claims Speed Records, Features

    While it hasn't been talked about much recently, still in existence and seeing new releases is G-WAN, a free but binary-only web server. G-WAN makes claims of being much faster than Apache, IIS, Nginx, and other web-serving alternatives...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    How can they claim they are faster than nginx, do they somehow make IO and CPU go faster, overclocks them?-) bogus...

    Comment


    • #3
      Well they do slow the cpu clock so, they have better benchmark ;-)

      (joke inside).

      Comment


      • #4
        Michael, if possible, i would like a benchmark. I use Nginx, and would love to see if G-WAN could beat Nginx in speed and resource usage.

        Comment


        • #5
          Having free access to the source is important if you are the least worried about the future of the software you are using. I find the comment ignorant and a bit absurd.

          Comment


          • #6
            Originally posted by julian_fern View Post
            Michael, if possible, i would like a benchmark. I use Nginx, and would love to see if G-WAN could beat Nginx in speed and resource usage.
            +1 for benchmark

            Being faster than nginx or lighttpd is really something difficult to achieve. I would really like to see G-WAN outperforming those servers.

            Comment


            • #7
              I would also be curious how it compares to gatling.

              Comment


              • #8
                I would love you see there claims put to the test as well. Putting Varnish in front of most servers largely solves any speed issues you might have any way.

                Originally posted by moonlite View Post
                Having free access to the source is important if you are the least worried about the future of the software you are using. I find the comment ignorant and a bit absurd.
                They defiantly don't seam to have the best attitude. Having access to the source is a benefit if you want to extend it with features that you need to use it. Verify the security of the thing ect.

                Comment


                • #9
                  Monkey is 60kb, faster than gwan, and open source (gplv2). gwan beating apache and lighty is believable, for nginx it depends (nginx default config is absolute crap and doesn't scale).

                  See
                  Buy the domain name Monkey.io and launch your business with a premium domain and a high quality logo.



                  Disclaimer: I'm working on monkey this gsoc.

                  Comment


                  • #10
                    A little while ago I was intrigued by GWAN's performance and decided to understand how it works. Using strace and other tools, I figured some things out and began working on an opensource alternative using just the general idea of its architecture (event-based, 1 thread per CPU, etc)... it's been a while since I've ran GWAN, but there were times my web server was actually faster -- but it isn't as feature packed, so that's not really a fair comparison. I'll perform some tests comparing with GWAN again another day.

                    In any case, feel free to grab it at http://github.com/lpereira/lwan (be sure to check the 'wip' branch) and try it for yourself. It's quite small (~2500 LOC of C code), runs on Linux/glibc only and does not support SSL, but I've been working on it only during my free time.

                    Comment

                    Working...
                    X