Need advice about which tool to choose?Ask the StackShare community!

lighttpd

148
134
+ 1
27
Unicorn

494
399
+ 1
295
Add tool

lighttpd vs Unicorn: What are the differences?

What is lighttpd? A secure, fast, compliant, and very flexible web-server that has been optimized for high-performance environments. lighttpd has a very low memory footprint compared to other webservers and takes care of cpu-load. Its advanced feature-set (FastCGI, CGI, Auth, Output-Compression, URL-Rewriting and many more) make lighttpd the perfect webserver-software for every server that suffers load problems.

What is Unicorn? Rack HTTP server for fast clients and Unix. Unicorn is an HTTP server for Rack applications designed to only serve fast clients on low-latency, high-bandwidth connections and take advantage of features in Unix/Unix-like kernels. Slow clients should only be served by placing a reverse proxy capable of fully buffering both the the request and response in between Unicorn and slow clients.

lighttpd and Unicorn belong to "Web Servers" category of the tech stack.

"Lightweight" is the primary reason why developers consider lighttpd over the competitors, whereas "Fast" was stated as the key factor in picking Unicorn.

Unicorn is an open source tool with 1.35K GitHub stars and 249 GitHub forks. Here's a link to Unicorn's open source repository on GitHub.

According to the StackShare community, Unicorn has a broader approval, being mentioned in 176 company stacks & 55 developers stacks; compared to lighttpd, which is listed in 15 company stacks and 4 developer stacks.

Advice on lighttpd and Unicorn
Mark Ndungu
Software Developer at Nouveta · | 4 upvotes · 31K views
Needs advice
on
PumaPuma
and
UnicornUnicorn

I have an integration service that pulls data from third party systems saves it and returns it to the user of the service. We can pull large data sets with the service and response JSON can go up to 5MB with gzip compression. I currently use Rails 6 and Ruby 2.7.2 and Puma web server. Slow clients tend to prevent other users from accessing the system. Am considering a switch to Unicorn.

See more
Replies (1)
Recommends
on
PumaPuma

Consider trying to use puma workers first. puma -w basically. That will launch multiple puma processes to manage the requests, like unicorn, but also run threads within those processes. You can turn the number of workers and number of threads to find the right memory footprint / request per second balance.

See more
Manage your open source components, licenses, and vulnerabilities
Learn More
Pros of lighttpd
Pros of Unicorn
  • 7
    Lightweight
  • 6
    Easy setup
  • 2
    Virtal hosting
  • 2
    Simplicity
  • 2
    Full featured
  • 2
    Proxy
  • 2
    Open source
  • 1
    Available modules
  • 1
    Fast
  • 1
    Security
  • 1
    Ssl support
  • 81
    Fast
  • 59
    Performance
  • 36
    Web server
  • 30
    Very light
  • 30
    Open Source
  • 27
    Rack http server
  • 18
    Load balancing
  • 14
    Great process management

Sign up to add or upvote prosMake informed product decisions

Cons of lighttpd
Cons of Unicorn
    Be the first to leave a con
    • 4
      Not multithreaded

    Sign up to add or upvote consMake informed product decisions

    - No public GitHub repository available -

    What is lighttpd?

    lighttpd has a very low memory footprint compared to other webservers and takes care of cpu-load. Its advanced feature-set (FastCGI, CGI, Auth, Output-Compression, URL-Rewriting and many more) make lighttpd the perfect webserver-software for every server that suffers load problems.

    What is Unicorn?

    Unicorn is an HTTP server for Rack applications designed to only serve fast clients on low-latency, high-bandwidth connections and take advantage of features in Unix/Unix-like kernels. Slow clients should only be served by placing a reverse proxy capable of fully buffering both the the request and response in between Unicorn and slow clients.

    Need advice about which tool to choose?Ask the StackShare community!

    Jobs that mention lighttpd and Unicorn as a desired skillset
    What companies use lighttpd?
    What companies use Unicorn?
    Manage your open source components, licenses, and vulnerabilities
    Learn More

    Sign up to get full access to all the companiesMake informed product decisions

    What tools integrate with lighttpd?
    What tools integrate with Unicorn?
      No integrations found

      Blog Posts

      GitHubMySQLSlack+44
      109
      50768
      What are some alternatives to lighttpd and Unicorn?
      NGINX
      nginx [engine x] is an HTTP and reverse proxy server, as well as a mail proxy server, written by Igor Sysoev. According to Netcraft nginx served or proxied 30.46% of the top million busiest sites in Jan 2018.
      LiteSpeed
      It is a drop-in Apache replacement and the leading high-performance, high-scalability server. You can replace your existing Apache server with it without changing your configuration or operating system details. As a drop-in replacement, it allows you to quickly eliminate Apache bottlenecks in 15 minutes with zero downtime.
      Caddy
      Caddy 2 is a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go.
      Apache HTTP Server
      The Apache HTTP Server is a powerful and flexible HTTP/1.1 compliant web server. Originally designed as a replacement for the NCSA HTTP Server, it has grown to be the most popular web server on the Internet.
      Amazon EC2
      It is a web service that provides resizable compute capacity in the cloud. It is designed to make web-scale computing easier for developers.
      See all alternatives