最近在看关于Rails部署的一些问题,先记录点关键的信息。

Thin + Nginx with Rails

Thin是一个非常新,发展非常快的,号称是最快最小的Ruby Web Server,使用了以下三个技术来确保这一点:

  • 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