Monkey Web Server is beautiful. It's a very small, fast and scalable web server for Linux. It's one more reason why I will always be a Linux diehard. I'm still experimenting with it but can see lots of applications for it.
From Monkey's Home Page-http://www.monkey-project.com/about-
Monkey HTTP Daemon, is a very Small, Fast and Lightweight open source Web Server for GNU/Linux. It has been designed to be very scalable with low memory and CPU consumption, the perfect solution for embedded and high production environments.
Features
* HTTP/1.1 Compliant
* Asynchronous networking model
* Virtual Hosts
* Indented configuration model
* Plugin Interface (API) for developers
How it Works
Monkey uses an hybrid network model based on posix threads and the Epoll() Linux system call. Each thread is capable to handle an average of 200 concurrent request at same time as minimum thanks to an asynchronous mecanism.
No comments:
Post a Comment