Class | PhusionPassenger::WSGI::ApplicationSpawner |
In: |
lib/phusion_passenger/wsgi/application_spawner.rb
|
Parent: | Object |
Class for spawning WSGI applications.
REQUEST_HANDLER | = | File.expand_path(File.dirname(__FILE__) + "/request_handler.py") |
Spawn an instance of the given WSGI application. When successful, an Application object will be returned, which represents the spawned application.
Raises: