about summary refs log tree commit homepage
path: root/DESIGN
DateCommit message (Collapse)
2012-01-28doc: update doc for Ruby 2.0.0dev CoW-friendliness
Ruby 2.0.0dev is the future and includes a CoW-friendly GC, so we shall encourage folks to give Ruby 2.0.0dev a spin.
2011-06-16replace fchmod()-based heartbeat with raindrops
This means we no longer waste an extra file descriptor per worker process in the master. Now there's no need to set a higher file descriptor limit for systems running >= 1024 workers.
2011-03-22DESIGN: fix redundant wording
"P" in HTTP is already "protocol"
2009-10-10DESIGN: address concerns about on-demand and thundering herd
Based on a private email I just received.
2009-10-09DESIGN: clarification and possibly improve HTML validity
It's "Ragel+C" (as well as being Ragel->C) because there is C code in the parser. Oddly, validator.w3.org doesn't complain about the unescaped ">", but we'll err on the safe side for blissful ignorance.
2009-08-17Documentation updates
* Documented Unicorn::HttpParser API methods * Keep GPL2 (COPYING) as-is without RDoc formatting. * The auto-generated index.html is stupid, replace it with README which looks saner.
2009-04-03Documentation updates
Reword and expand a bit
2009-04-01Documentation updates, prep for 0.4.1 release
2009-03-18Documentation updates, prepare for 0.2.0
2009-03-09Documentation updates
Reformat README to avoid preformatted text. Document signal handling in SIGNALS. Split out DESIGN, it's probably not as useful to end-users Update CONTRIBUTORS LICENSE: copyright is for me (Eric Wong), not Zed since this is a Mongrel fork.