about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-01-12 22:26:13 +0000
committerEric Wong <e@80x24.org>2017-01-12 22:26:13 +0000
commitd0835f032cf6cab961b4fe1584ea066348e15390 (patch)
treec1e1f450a88f7b1bcb0f4741c35b59690563612d /README
parentf385ed423e11ad40822f688bc592eaa78efa5b34 (diff)
downloadrainbows-d0835f032cf6cab961b4fe1584ea066348e15390.tar.gz
Honestly, these disclaimers should've been there all along;
and should apply to all servers handling multiple clients
within a single process.
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index ac10375..027f58a 100644
--- a/README
+++ b/README
@@ -159,6 +159,15 @@ don't email the git mailing list or maintainer with \Rainbows! patches.
 There is NO WARRANTY whatsoever if anything goes wrong, but let us know
 and we'll try our best to fix it.
 
+Rainbows! is extremely sensitive to fatal bugs in the apps it hosts.
+Each Rainbows! worker process may be handling thousands of clients;
+unexpectedly killing the process will abort _all_ of those
+connections.  Lives may be lost!
+
+Rainbows! hackers are not responsible for your application/library bugs.
+Use an application server which is tolerant of buggy applications
+if you cannot be bothered to fix all your fatal bugs.
+
 == Contact
 
 All feedback (bug reports, user/development discussion, patches, pull