Posts Tagged ‘rails’
Thin is a Ruby web server that glues together 3 Ruby libraries:
- the Mongrel parser, the root of Mongrel speed and security
- Event Machine, I/O library with high scalability, performance and stability
- Rack, a minimal interface between webservers and Ruby frameworks
So, Thin is the new dog in town. Did I mention that Thin is fast and flexible?
Thank-you Marc Cournoyer !
Here are 19 Rails Tricks Most Ruby Coders Did Not Know — until the article was published… I liked the pointer about using BackgroundRB to run long running tasks (in the background).
