From a20beb209d3cca0e2c601dee8658496f26315f58 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 21 Jun 2010 00:36:22 -0700 Subject: update README (remove link for the demo, it's currently down) --- README | 15 ++++++++------- 1 file 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, -- cgit v1.2.3-24-ge0c7