Commit Diff


commit - 5f0d02c3aede5a6ba1495542c6fa9a9366b598c0
commit + 3da34f813a374c6cb151bf2f1de2fe682756ab17
blob - 62f8efaffbdf6931af7d211d0b41d0f9f5455ea8
blob + 9288e9d0a74756495e4f12376705c3ce4ca5203c
--- TODO
+++ TODO
@@ -11,3 +11,6 @@ things to do (eventually.)  patches are welcome, thank
  - `listen' directive: allow to listen on (multiple) sockets, be UNIX
    or TCP ones.
  - extend to support gopher and/or spartan?
+ - simplify process IPC: proc.c is cool but provides more than we need;
+   there's no web of process that communicates between each others, just
+   a parent and (some) proxy processes.