commit 51e1b14271061e78f054622f24e5fce70cd7189a
parent d35bb9837d7d2e69ba020e3277032554d3248a98
Author: Joris Vink <joris@coders.se>
Date: Mon, 4 Aug 2014 00:12:18 +0200
Do mention we use epoll/kqueue for the less technical readers
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -17,8 +17,8 @@ Features
* Multiple modules can be loaded at once
* Built-in asynchronous PostgreSQL support
* Load your web application as a precompiled C library
-* Event driven architecture with per CPU core worker processes
* Modules can be reloaded on-the-fly, even while serving content
+* Event driven (epoll/kqueue) architecture with per CPU core worker processes
License
-------