informatique:httpd
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| informatique:httpd [18/04/2011 14:45] – [Deft] Deft is a single threaded, asynchronous, event driven high performance web server running on the JVM cyrille | informatique:httpd [19/05/2012 00:18] (Version actuelle) – modification externe 127.0.0.1 | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| ====== HTTPD ====== | ====== HTTPD ====== | ||
| - | [[wpen> | + | * [[wpen> |
| + | * [[glossaire/ | ||
| ===== Apache ===== | ===== Apache ===== | ||
| Ligne 38: | Ligne 39: | ||
| * http:// | * http:// | ||
| * http:// | * http:// | ||
| + | |||
| + | ===== Netty ===== | ||
| + | |||
| + | {{ : | ||
| + | [[http:// | ||
| + | |||
| + | The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance & high scalability protocol servers & clients. | ||
| ===== Deft ===== | ===== Deft ===== | ||
| + | |||
| + | [[http:// | ||
| Deft is an open source web server (licensed under Apache version 2). Deft was intitially inspired by [[http:// | Deft is an open source web server (licensed under Apache version 2). Deft was intitially inspired by [[http:// | ||
| Ligne 47: | Ligne 57: | ||
| * Using pure Java NIO ([[http:// | * Using pure Java NIO ([[http:// | ||
| * Asynchronous (nonblocking I/O) | * Asynchronous (nonblocking I/O) | ||
| + | |||
| + | ===== Tornado ===== | ||
| + | |||
| + | [[http:// | ||
| + | |||
| + | Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed. The framework is distinct from most mainstream web server frameworks (and certainly most Python frameworks) because it is non-blocking and reasonably fast. Because it is non-blocking and uses epoll, it can handle thousands of simultaneous standing connections, | ||
| + | |||
informatique/httpd.1303130701.txt.gz · Dernière modification : (modification externe)
