You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2007/02/21 04:53:37 UTC

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

Author: jerenkrantz
Date: Tue Feb 20 19:53:37 2007
New Revision: 509883

URL: http://svn.apache.org/viewvc?view=rev&rev=509883
Log:
* ROADMAP: Light editing pass and add one entry I'd like to see.

Modified:
    httpd/sandbox/amsterdam/ROADMAP

Modified: httpd/sandbox/amsterdam/ROADMAP
URL: http://svn.apache.org/viewvc/httpd/sandbox/amsterdam/ROADMAP?view=diff&rev=509883&r1=509882&r2=509883
==============================================================================
--- httpd/sandbox/amsterdam/ROADMAP (original)
+++ httpd/sandbox/amsterdam/ROADMAP Tue Feb 20 19:53:37 2007
@@ -5,14 +5,15 @@
 
     * Async IO Core, including a generic Event Loop, allowing modules and
       protocols to register new events and when to be notified.
-    
-    
-    * Use Serf (and its Bucket/Bridage system) as the starting point 
-      for making filters, buckets and brigades work with the Async Core.
-      
+
+
+    * Use Serf (and its Bucket system) as the starting point for making
+      filters, buckets and brigades work with the Async Core.
+            <http://code.google.com/p/serf/>
+
 
     * Break the 1:1 mapping of a worker to a single request.
-    
+
 
     * Investigate using Syslets for functions like stat():
             <http://lkml.org/lkml/2007/2/13/142>
@@ -21,14 +22,14 @@
     * Refactor MPMs to split platform specific needs from the process 
       and thread models.  A reasonable goal is to have one thread model
       that runs on both unix and winnt.
-    
+
 
     * Include support for Waka, once an RFC/more details are available.
 
 
     * Build a cleaner configuration system based on an Object Model, 
       rather than a file/specific directives.
-      
+
 
     * Investigate using small scripting languages for complicated user 
       configurable things, including Caching Rules, Rewrite Rules, and
@@ -51,9 +52,12 @@
       easier.
 
 
-    * Provide a generic IPC or Scoreboard mechinishm with an easy to use API
+    * Provide a generic IPC or Scoreboard mechanism with an easy to use API
       for modules and the core.
 
 
     * Make the http protocol a module, decoupled from the core.
-      
+
+
+    * VFS-like layer so things like Subversion/mod_dav don't have to fake
+      out the core handlers.