Skip to content

Instantly share code, notes, and snippets.

@FooBarWidget
Created November 10, 2014 21:03
Show Gist options
  • Save FooBarWidget/c488f3310e94cf761c14 to your computer and use it in GitHub Desktop.
Save FooBarWidget/c488f3310e94cf761c14 to your computer and use it in GitHub Desktop.
# Start EventMachine on each Passenger process
PhusionPassenger.on_event(:starting_worker_process) do |forked|
Thread.new do
Thread.current.abort_on_exception = true
EM::run
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment