about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-06-21 00:36:22 -0700
committerEric Wong <normalperson@yhbt.net>2010-06-21 00:36:22 -0700
commita20beb209d3cca0e2c601dee8658496f26315f58 (patch)
treeaf938883674ba0f47537f42b67c82f909f71fe8f
parent74c89746c35c5b44a350046ac88e8a6a8aae9cc5 (diff)
downloadupr-a20beb209d3cca0e2c601dee8658496f26315f58.tar.gz
update README (remove link for the demo, it's currently down)
-rw-r--r--README15
1 files changed, 8 insertions, 7 deletions
diff --git a/README b/README
index e88d5b0..e84c9c2 100644
--- a/README
+++ b/README
@@ -6,13 +6,6 @@ several upload progress modules including ones used by leading web
 servers.  It allows any Moneta backing store in addition to DRb.  There
 is also a packaged example for using an ActiveRecord model for Rails.
 
-== Demo
-
-You can see upr in action at http://upr-demo.bogomips.org/  It will
-report the size and SHA1 of the file you've uploaded.  Much of the demo
-was stolen from all the existing upload progress examples for other web
-servers.
-
 == Web Server Compatibility
 
 While upr is completely Rack::Lint-compatible, upr is only compatible
@@ -23,10 +16,18 @@ handful of concurrency models:
 * ThreadSpawn
 * ThreadPool
 * Revactor*
+* FiberSpawn
+* FiberPool
+* RevFiberSpawn
+* ActorSpawn (Rubinius)
 
 For use with Revactor, the use of network-based Moneta stores or DRb is
 only advised if those stores are using Revactor-aware sockets.
 
+Likewise, with the *Fiber{Spawn,Pool} models, any network based stores
+should be using the wrapper class
+{Rainbows::Fiber::IO}[http://rainbows.rubyforge.org/Rainbows/Fiber/IO.html]
+
 == JavaScript/CSS/HTML Compatibility
 
 The current developer does not react well with GUIs.  Thus all (R)HTML,