unicorn / 0.2.3
| Short description: | UNIX + LAN/localhost-only fork of Mongrel | |||||
|---|---|---|---|---|---|---|
| Category: | Library/Web | |||||
| Status: | experimental | |||||
| Created: | 2009-03-11 06:03:37 GMT | |||||
| Last update: | 2009-03-25 23:45:42 GMT | |||||
| Owner: | Unicorn hackers (Projects of this owner) | |||||
| Homepage: | http://unicorn.bogomips.org | |||||
| Download: | http://rubyforge.org/frs/?group_id=1306 | |||||
| License: | Ruby's | |||||
| Dependency: |
|
|||||
| Description: | Unicorn: UNIX + LAN/localhost-only fork of MongrelOnly run this behind a full-HTTP-request-buffering reverse proxy if you’re serving slow clients. That said, nginx is the only reverse proxy we know of that meets this requirement. Features
LicenseUnicorn is copyright 2009 Eric Wong and contributors. It is based on Mongrel and carries the same license: Mongrel is copyright 2007 Zed A. Shaw and contributors. It is licensed under the Ruby license and the GPL2. See the include LICENSE file for details. InstallThe library consists of a C extension so you’ll need a C compiler or at least a friend who can build it for you. You may download the tarball from the Mongrel project page on Rubyforge and run setup.rb after unpacking it: rubyforge.org/frs/?group_id=1306 You may also install it via Rubygems on Rubyforge: gem install unicorn You can get the latest source via git from the following locations (these versions may not be stable): git://git.bogomips.org/unicorn.git http://git.bogomips.org/unicorn.git git://repo.or.cz/unicorn.git (mirror) http://repo.or.cz/r/unicorn.git (mirror) If you have web browser software for the World Wide Web (on the Information Superhighway), you may browse the code from your web browser and download the latest snapshot tarballs here:
Usagenon-Rails Rack applicationsUnicorn will look for the config.ru file used by rackup in APP_ROOT. Optionally, it can use a config file for unicorn-specific options specified by the —config-file/-c command-line switch. See Unicorn::Configurator for the syntax of the unicorn-specific config options. In APP_ROOT, just run: unicorn Unicorn should be capable of running most Rack applications. Since this is a preforking webserver, you do not have to worry about thread-safety of your application or libraries. However, your Rack application may use threads internally (and should even be able to continue running threads after the request is complete). Rack-enabled versions of Rails (v2.3.2+)In RAILS_ROOT, run: unicorn_rails Most command-line options for other Rack applications (above) are also supported. The unicorn_rails launcher attempts to combine the best features of the Rails-bundled "script/server" with the "rackup"-like functionality of the `unicorn’ launcher. DisclaimerThere are no known production instances of unicorn deployed anywhere in the world. The original author of unicorn only has one, internal, low-traffic Sinatra application deployed with it. Maybe you’ll be the first guinea pig to test it in production. Of course there is NO WARRANTY whatsoever if anything goes wrong, but let us know and we’ll try our best to fix it. Known Issues
ContactNewsgroup and mailing list maybe coming… Email Eric Wong at normalperson@yhbt.net for now. |
|||||
| Versions: | [4.6.2 (2013-02-26)] [4.6.1 (2013-02-21)] [4.6.0 (2013-02-06)] [4.5.0 (2012-12-08)] [4.4.0 (2012-10-11)] [4.3.1 (2012-04-29)] [4.3.0 (2012-04-17)] [4.2.1 (2012-03-26)] [4.2.0 (2012-01-28)] [4.1.1 (2011-08-25)] [4.1.0 (2011-08-20)] [4.0.1 (2011-06-29)] [4.0.0 (2011-06-27)] [3.7.0 (2011-06-09)] [3.6.2 (2011-04-30)] [1.1.7 (2011-04-30)] [3.6.1 (2011-04-26)] [3.6.0 (2011-04-21)] [3.5.0 (2011-03-15)] [3.4.0 (2011-02-04)] [3.3.1 (2011-01-07)] [1.1.6 (2011-01-07)] [3.3.0 (2011-01-05)] [3.2.1 (2010-12-26)] [3.1.0 (2010-12-09)] [3.0.1 (2010-12-03)] [3.0.0 (2010-11-20)] [3.0.0pre2 (2010-11-19)] [2.0.1 (2010-11-17)] [3.0.0pre1 (2010-11-17)] [2.0.0 (2010-10-27)] [1.1.5 (2010-10-27)] [1.0.2 (2010-10-27)] [2.0.0pre3 (2010-10-09)] [2.0.0pre2 (2010-10-07)] [2.0.0pre1 (2010-10-06)] [1.1.4 (2010-10-04)] [1.1.3 (2010-08-28)] [1.0.1 (2010-07-13)] [1.1.2 (2010-07-13)] [1.1.1 (2010-07-11)] [1.1.0 (2010-07-08)] [1.0.0 (2010-06-17)] [0.991.0 (2010-06-11)] [0.990.0 (2010-06-08)] [0.99.0 (2010-05-06)] [0.98.0 (2010-05-05)] [0.97.1 (2010-04-19)] [0.97.0 (2010-03-01)] [0.96.1 (2010-02-13)] [0.96.0 (2010-01-08)] [0.95.3 (2009-12-21)] [0.95.2 (2009-12-07)] [0.95.1 (2009-11-21)] [0.95.0 (2009-11-15)] [0.94.0 (2009-11-05)] [0.93.5 (2009-10-29)] [0.93.4 (2009-10-27)] [0.93.3 (2009-10-09)] [0.93.2 (2009-10-07)] [0.93.1 (2009-10-03)] [0.93.0 (2009-10-02)] [0.92.0 (2009-09-18)] [0.91.0 (2009-09-04)] [0.90.0 (2009-08-17)] [0.8.4 (2009-08-08)] [0.8.3 (2009-07-20)] [0.9.2 (2009-07-20)] [0.9.1 (2009-07-09)] [0.8.2 (2009-07-09)] [0.9.0 (2009-07-01)] [0.8.1 (2009-05-28)] [0.8.0 (2009-05-27)] [0.7.1 (2009-05-22)] [0.7.0 (2009-04-25)] [0.6.0 (2009-04-25)] [0.5.4 (2009-04-24)] [0.5.3 (2009-04-17)] [0.5.2 (2009-04-17)] [0.5.1 (2009-04-17)] [0.5.0 (2009-04-17)] [0.4.2 (2009-04-04)] [0.2.3 (2009-03-25)] [0.2.2 (2009-03-23)] [0.2.1 (2009-03-19)] [0.1.0 (2009-03-11)] | |||||