Class | PhusionPassenger::Rack::ApplicationSpawner |
In: |
lib/phusion_passenger/rack/application_spawner.rb
|
Parent: | AbstractServer |
Spawning of Rack applications.
The following options are accepted:
See SpawnManager#spawn_application for information about the options.
Spawn an instance of the given Rack application. When successful, an AppProcess object will be returned, which represents the spawned application.
Accepts the same options as SpawnManager#spawn_application.
Raises:
Spawns an instance of the Rack application. When successful, an AppProcess object will be returned, which represents the spawned Rack application.
options will be passed to the request handler‘s constructor.
Raises:
Overrided from AbstractServer#start.
May raise these additional exceptions: