about summary refs log tree commit homepage
path: root/README
DateCommit message (Collapse)
2010-05-03doc: misc updates
* avoid needless links to /Rainbows.html * keepalive_timeout has been 5 seconds by default for a while * update "Gemcutter" references to "RubyGems.org"
2010-05-03doc: RDoc 2.5.x updates
2009-12-22fix README speling fail
2009-12-22README: add RevFiberSpawn
2009-12-13README updates
2009-12-13README: add Sunshowers reference
2009-12-10README: HTML5 Web Sockets may not be supported, yet...
2009-12-02add RevThreadPool to README
2009-11-29doc: add NeverBlock to comparison and README
2009-11-27README: switch rubyforge.org git links to repo.or.cz
We've long had the repo.or.cz mirrors and RubyForge may not support git any longer.
2009-11-27More documentation tweaks for the release
2009-11-26README: formatting and updates
2009-11-26README: "an HTTP", not "a HTTP" (I think...)
We need a professional editor.
2009-11-25Documentation updates for new concurrency models
2009-11-25Gemcutter prep, fix RubyGems capitalization
2009-10-26doc: Update TODO and README
We have basic EventMachine and :async support.
2009-10-19README: change ordering of concurrency model listing
Revactor was our first take on the "rainbows" branch of Unicorn and probably less confusing to people that may have tracked that branch. ThreadPool was used in the "gossamer" branch of Unicorn before, but since this project is named Rainbows!, it's less logical. I'll freely admit to having some personal bias here and not being a fan of threads (and especially not pthreads!).
2009-10-15README: link to AppPool and extra note about Rev model
2009-10-15README: update with Rev model caveats
2009-10-14README: update URLs
2009-10-14documentation updates (mostly on network models)
2009-10-12README: alter reply conventions for the mailing list
Mailman is now configured to munge Reply-To: to point back to the mailing list. This might make things easier for folks on low traffic mailing lists like ours.
2009-10-05doc: better "Rainbows!" RDoc examples and linkage
2009-10-05Avoid naming names in LICENSE/README files
Everything is logged in git anyways and it'll be easier to hand off to somebody else.
2009-10-05summary: s/slow apps/sleepy apps/g
I think "sleepy" is a better term than "slow" here. "slow" can mean apps that are CPU/memory bandwidth-bound, and Rainbows! sucks at those.
2009-10-05README: add install instructions
2009-10-05README: move RDoc links down to fix gem description
2009-10-05huge documentation revamp
2009-10-04doc updates; use "Rainbows!", not "Rainbows"
Also add notes about development things and the configuration language which uses "Rainbows!". Calling ourselves "Rainbows!" will help us be taken even more seriously than if the project were just called "Rainbows"
2009-10-04README: add pointers to the git repository
2009-10-02initial revision
No tests yet, but the old "gossamer" and "rainbows" branches seem to be basically working.