about summary refs log tree commit homepage
path: root/lib/mwrap_rack.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mwrap_rack.rb')
-rw-r--r--lib/mwrap_rack.rb9
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/mwrap_rack.rb b/lib/mwrap_rack.rb
index 1bd00ac..6cc6d31 100644
--- a/lib/mwrap_rack.rb
+++ b/lib/mwrap_rack.rb
@@ -5,9 +5,16 @@ require 'mwrap'
 require 'rack'
 require 'cgi'
 
-# MwrapRack is a standalone Rack application which can be
+# MwrapRack is an obsolete standalone Rack application which can be
 # mounted to run within your application process.
 #
+# The embedded mwrap-httpd for Unix sockets and mwrap-rproxy for TCP
+# from the Perl version <https://80x24.org/mwrap-perl.git/> replaces
+# this in a non-obtrusive way for code which can't handle Ruby-level
+# threads.
+#
+# The remaining documentation remains for historical purposes:
+#
 # Using the Rack::Builder API in config.ru, you can map it to
 # the "/MWRAP/" endpoint.  As with the rest of the Mwrap API,
 # your Rack server needs to be spawned with the mwrap(1)