Class Thin::Controllers::Controller
In: lib/thin/controllers/controller.rb
Parent: Object

Controls one Thin server. Allow to start, stop, restart and configure a single thin server.

Methods

config   new   restart   start   stop   tail   tail_log   wait_for_file  

Included Modules

Logging

Attributes

options  [RW]  Command line options passed to the thin script

Public Class methods

Public Instance methods

Protected Instance methods

Acts like GNU tail command. Taken from Rails.

Tail the log file of server number during the execution of the block.

Wait for a pid file to either be created or deleted.

[Validate]