A thin and fast web server
Thin is a very simple web server written in Ruby. It's single-threaded, which means it can only serve one request at a time. This simplicity affords increased speed and decreased memory usage for singled-threaded framework like Rails. Thin is a Ruby web server that glues together 3 of the best Ruby libraries in web history: - the Mongrel parser, the root of Mongrel speed and security - Event Machine, a network I/O library with extremely high scalability, performance and stability - Rack, a minimal interface between webservers and Ruby frameworks Which makes it, with all humility, the most secure, stable, fast and extensible Ruby web server. Authors: -------- Marc-Andre Cournoyer <macournoyer@gmail.com>
Source Files
Filename | Size | Changed | Actions |
---|---|---|---|
rubygem-thin.changes | 00000035263.44 KB | 1310157978over 13 years ago | |
rubygem-thin.spec | 00000028502.78 KB | 1310157978over 13 years ago | |
thin-1.2.7.gem | 0000140288137 KB | 1310157979over 13 years ago |
Latest Revision
hostmaster
committed
over 13 years ago (revision 1)
osc copypac from project:devel:languages:ruby:extensions package:rubygem-thin revision:6