about summary refs log tree commit homepage
path: root/SIGNALS
DateCommit message (Collapse)
2013-09-04SIGNALS: document SIGHUP/preload_app incompatibility
This was documented in the unicorn docs, but not Rainbows! (The major difference between unicorn and Rainbows! signal handling is the deferred handling of SIGUSR1 in unicorn vs the immediate handling in Rainbows!)
2010-05-04SIGNALS: document app.deferred? caveat for graceful shutdown
There doesn't appear to be a good/easy way to do this with the built-in EventMachine thread pool :/
2009-10-05SIGNALS: add Rainbows!-specific notes
Mainly need to note the unfortunate minor difference in log reopening semantics.
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-02initial revision
No tests yet, but the old "gossamer" and "rainbows" branches seem to be basically working.