static public Method

FcgiSpawner.spawn(port)

There's no documentation for this item.

Source Code

# File commands/process/spawner.rb, line 46
def self.spawn(port)
  cmd = "#{OPTIONS[:spawner]} -f #{OPTIONS[:dispatcher]} -p #{port} -P #{OPTIONS[:pids]}/#{OPTIONS[:process]}.#{port}.pid"
  cmd << " -a #{OPTIONS[:address]}" if can_bind_to_custom_address?
  system(cmd)
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.