Unicorn (web server)

From Wikipedia, the free encyclopedia

Initial releaseMarch 11, 2009; 16 years ago (2009-03-11)
Stable release
6.1.0[1] Edit this on Wikidata / 25 December 2021; 4 years ago (25 December 2021)
Unicorn
Original authorEric Wong
DeveloperUnicorn developers
Initial releaseMarch 11, 2009; 16 years ago (2009-03-11)
Stable release
6.1.0[1] Edit this on Wikidata / 25 December 2021; 4 years ago (25 December 2021)
Repositoryyhbt.net/unicorn/
Written inRuby
Operating systemCross-platform
Available inEnglish
TypeWeb server
LicenseGPLv2+ or Ruby 1.8
Websiteyhbt.net/unicorn/ Edit this at Wikidata

Unicorn is a Rack HTTP server to serve Ruby web applications on a UNIX operating environment. It is optimised to be used with nginx. It is based on now deprecated Mongrel 1.1.5 from 2008.

Unicorn uses a master/worker architecture, where a master process forks worker processes and controls them. The application runs in a single thread.[2]

Reception and use

References

Related Articles

Wikiwand AI