From 554a4f63b8e0571bbd15d2b99637952da4b8f881 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 24 Sep 2009 17:20:37 -0700 Subject: Split out KNOWN_ISSUES document This deserves to be a separate document and easier to find/edit. --- .document | 1 + KNOWN_ISSUES | 15 +++++++++++++++ README | 16 ---------------- 3 files changed, 16 insertions(+), 16 deletions(-) create mode 100644 KNOWN_ISSUES diff --git a/.document b/.document index a7632aa..6be26fe 100644 --- a/.document +++ b/.document @@ -6,6 +6,7 @@ DESIGN CONTRIBUTORS LICENSE SIGNALS +KNOWN_ISSUES TODO NEWS ChangeLog diff --git a/KNOWN_ISSUES b/KNOWN_ISSUES new file mode 100644 index 0000000..64836ce --- /dev/null +++ b/KNOWN_ISSUES @@ -0,0 +1,15 @@ += Known Issues + +* WONTFIX: code reloading and restarts with Sinatra 0.3.x (and likely older + versions) apps is broken. The workaround is to force production + mode to disable code reloading as well as disabling "run" in your + Sinatra application: + set :env, :production + set :run, false + Since this is no longer an issue with Sinatra 0.9.x apps, this will not be + fixed on our end. Since Unicorn is itself the application launcher, the + at_exit handler used in old Sinatra always caused Mongrel to be launched + whenever a Unicorn worker was about to exit. + + Also remember we're capable of replacing the running binary without dropping + any connections regardless of framework :) diff --git a/README b/README index a6a7be1..4c13984 100644 --- a/README +++ b/README @@ -144,22 +144,6 @@ Unicorn is designed to only serve fast clients either on the local host or a fast LAN. See the PHILOSOPHY and DESIGN documents for more details regarding this. -== Known Issues - -* WONTFIX: code reloading and restarts with Sinatra 0.3.x (and likely older - versions) apps is broken. The workaround is to force production - mode to disable code reloading as well as disabling "run" in your - Sinatra application: - set :env, :production - set :run, false - Since this is no longer an issue with Sinatra 0.9.x apps, this will not be - fixed on our end. Since Unicorn is itself the application launcher, the - at_exit handler used in old Sinatra always caused Mongrel to be launched - whenever a Unicorn worker was about to exit. - - Also remember we're capable of replacing the running binary without dropping - any connections regardless of framework :) - == Contact All feedback (bug reports, user/development dicussion, patches, pull -- cgit v1.2.3-24-ge0c7