Do mention we use epoll/kqueue for the less technical readers

This commit is contained in:
Joris Vink 2014-08-04 00:12:18 +02:00
parent d35bb9837d
commit 51e1b14271
1 changed files with 1 additions and 1 deletions

View File

@ -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
-------