Class: RealWeb::ForkingServer

Inherits:
Server
  • Object
show all
Defined in:
lib/realweb/forking_server.rb

Constant Summary

Constants inherited from Server

Server::DEFAULT_HOST, Server::DEFAULT_LOGGER, Server::DEFAULT_PORT_RANGE

Instance Attribute Summary

Attributes inherited from Server

#host

Instance Method Summary collapse

Methods inherited from Server

#base_uri, #initialize, #port, #running?, #start, with_rackup

Constructor Details

This class inherits a constructor from RealWeb::Server

Instance Method Details

#stopObject



4
5
6
7
# File 'lib/realweb/forking_server.rb', line 4

def stop
  kill_pid
  super
end