Mongrel is an web server/http library for Ruby development. Mongrel hosts Ruby applications using straight HTTP rather than using FastCGI/SCGI.
Mongrel works with the Rails, Camping, and Og+Nitro Ruby frameworks.
To install Mongrel for use with Rails:
$ sudo gem install mongrel
$ cd myrailsapp
$ mongrel_rails start -d
To stop Mongrel:
$ mongrel_rails stop
subversion
vps
mongrel
rack
datamapper
nginx
uploadprogress
merb
User:aq1018