You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2007/02/18 23:49:45 UTC

svn commit: r509018 - /httpd/sandbox/amsterdam/ROADMAP

Author: pquerna
Date: Sun Feb 18 14:49:44 2007
New Revision: 509018

URL: http://svn.apache.org/viewvc?view=rev&rev=509018
Log:
Add a note that http shouldn't be required, and not in the core, and should be a module.

Modified:
    httpd/sandbox/amsterdam/ROADMAP

Modified: httpd/sandbox/amsterdam/ROADMAP
URL: http://svn.apache.org/viewvc/httpd/sandbox/amsterdam/ROADMAP?view=diff&rev=509018&r1=509017&r2=509018
==============================================================================
--- httpd/sandbox/amsterdam/ROADMAP (original)
+++ httpd/sandbox/amsterdam/ROADMAP Sun Feb 18 14:49:44 2007
@@ -1,6 +1,7 @@
 APACHE AMSTERDAMN ROADMAP:                                            -*-text-*-
 
 ROADMAP DISCUSSION POINTS:
+    (Please place new entries at the bottom)
 
     * Async IO Core, including a generic Event Loop, allowing modules and
       protocols to register new events and when to be notified.
@@ -53,4 +54,6 @@
     * Provide a generic IPC or Scoreboard mechinishm with an easy to use API
       for modules and the core.
 
+
+    * Make the http protocol a module, decoupled from the core.