Browse Source

The ROADMAP file is superseded by tickets

Open a ticket if you need something done.
Loïc Hoguin 9 years ago
parent
commit
21fc9ca8f3
1 changed files with 0 additions and 33 deletions
  1. 0 33
      ROADMAP.md

+ 0 - 33
ROADMAP.md

@@ -1,33 +0,0 @@
-ROADMAP
-=======
-
-This document explains in as much details as possible the
-list of planned changes and work to be done on the Ranch
-project. It is non-exhaustive and subject to change. Items
-are not ordered.
-
-*   Write examples.
-
-    Ideally we would have one complete example per folder.
-
-    Examples should be commented. They may or may not be
-    used for writing the user guides.
-
-*   Continuous performance testing.
-
-    Initially dubbed the Horse project, Ranch could benefit
-    from a continuous performance testing tool that would
-    allow us to easily compare the impact of the changes we
-    are introducing, similar to what the Phoronix test suite
-    allows.
-
-*   Transport upgrades.
-
-    Some protocols allow an upgrade from TCP to SSL without
-    closing the connection. This is currently not possible
-    through the Ranch API.
-
-*   Resizing the acceptor pool.
-
-    We should be able to add more acceptors to a pool but also
-    to remove some of them as needed.