Difference between revisions of "Server Architecture"
From LVSKB
(→Software Software) |
|||
Line 16: | Line 16: | ||
Nginx supports both the single-process event-driven architecture and the multiple-process event-driven architecture. | Nginx supports both the single-process event-driven architecture and the multiple-process event-driven architecture. | ||
+ | |||
+ | === lighttpd === | ||
+ | |||
+ | Lighttpd uses the single-process event-driven architecture. |
Revision as of 13:35, 18 December 2006
Contents
Server Architecture
Multiple-Process Architecture
Multiple-Thread Architecture
Single-Process Event-Driven Architecture
Multiple-Process Event-Driven Architecture
Multiple-Thread Event-Driven Architecture
Software Software
nginx
Nginx supports both the single-process event-driven architecture and the multiple-process event-driven architecture.
lighttpd
Lighttpd uses the single-process event-driven architecture.