aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-08-22 13:16:48 +0200
committerLoïc Hoguin <[email protected]>2015-08-22 13:16:48 +0200
commit21fc9ca8f3b6c7446d618964042b3653b2b11eda (patch)
tree55aff87dc54391c13b78ec5080eac71ae6a2fb7a
parentf4c6da56d4fe9494f4fe23c48b8d7c3c1e9e6b42 (diff)
downloadranch-21fc9ca8f3b6c7446d618964042b3653b2b11eda.tar.gz
ranch-21fc9ca8f3b6c7446d618964042b3653b2b11eda.tar.bz2
ranch-21fc9ca8f3b6c7446d618964042b3653b2b11eda.zip
The ROADMAP file is superseded by tickets
Open a ticket if you need something done.
-rw-r--r--ROADMAP.md33
1 files changed, 0 insertions, 33 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
deleted file mode 100644
index c2cb8a5..0000000
--- a/ROADMAP.md
+++ /dev/null
@@ -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.