start an Ebb server on given host and port. :api: plugin
# File lib/merb-core/rack/adapter/ebb.rb, line 9 def self.new_server(port) Merb::Dispatcher.use_mutex = false opts = @opts.merge(:port => port) @th = Thread.new { Thread.current[:server] = ::Ebb.start_server(opts[:app], opts) } end
Generated with the Darkfish Rdoc Generator 2.