Class: Cow_Cluster::Start

Inherits:
Object
  • Object
show all
Includes:
Base, Mongrel::Command::Base
Defined in:
lib/mongrel_cow_cluster/init.rb

Instance Method Summary collapse

Methods included from Base

#close_rails_connections, #each_port, #get_unbound_port, #load_settings, #open_rails_connections, #port_log_file, #port_pid_file, #rails_preload, #read_options, #reopen_child_log, #restart_run, #spawn_child, #start_options, #stop_child, #stop_options, #validate_start_options, #validate_stop_options, #wait_for_child_ready, #write_child_pid

Instance Method Details

#configureObject



382
383
384
# File 'lib/mongrel_cow_cluster/init.rb', line 382

def configure
  options start_options
end

#runObject



390
391
392
# File 'lib/mongrel_cow_cluster/init.rb', line 390

def run
  restart_run(false)
end

#validateObject



386
387
388
# File 'lib/mongrel_cow_cluster/init.rb', line 386

def validate
  validate_start_options
end