about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-02-13 16:44:48 -0800
committerEric Wong <normalperson@yhbt.net>2009-02-13 16:44:48 -0800
commitca4236a71760b8b4dbadac936fa348b18128a56f (patch)
tree5df742311fcfcfd8502f7c39ad3ff71caa6b2188 /README
parenta8154a181b9b12db019704e3473b9843b87d1b08 (diff)
downloadunicorn-ca4236a71760b8b4dbadac936fa348b18128a56f.tar.gz
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index 45f0a8e..656199c 100644
--- a/README
+++ b/README
@@ -137,8 +137,11 @@ You can get the source via git via the following locations:
 
 See the Sinatra example.
 
-It should be capable of running all Rack applications.  Since this
-is a preforking webserver
+It should be capable of running all 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).
 
 == Contact