method

new_controller_thread

new_controller_thread()
public

Spawn a new thread to serve up the controller in. This is to get around the fact that Rack isn’t based around IOs and we need to use a thread to stream data from the response bodies. Nobody should call this method except in Rails internals. Seriously!