Ruby Outsourcing + Fork Screencast

March 12, 2015
Show Note
In this episode, I demonstrate outsourcing a function to the command line within Ruby and create asynchronous process using fork. The example takes a video file and converts it to Flash file using ffmpeg. Forking can be used with Rails, but please use Spawn plugin or do the sensible thing by using other queuing mechanism.