RAA - wwwd

wwwd / 0.1

Short description: wwwd - fast ruby webserver
Category: Application/WWW
Status: usable,first appearance
Created: 2000-12-23 16:53:41 GMT
Last update: -
Owner: ringo (Projects of this owner)
Homepage: http://www.hompo.co.jp/~ringo/wwwd.html
Download: http://www.hompo.co.jp/~ringo/hack/packages/wwwd-0_1.tar.gz
License: Ruby's
Dependency:
None
Description:

wwwd is the fastest(i hope) web server written in Ruby.
It's fast because:
* pre-load all accessible files on memory (No disk access)
* No forking
* Less system calls
* No CGI ( but you can insert Ruby script as pseudo-CGI)
* No threads

Strongly recommended to use this If you plan to make a SMALL BUT HEAVILY ACCESSED Web sites.

Edit this project (for project owner)

back to RAA top