Question
How do you spawn a child process in Ruby?
I want to offload a block of code in my main process to child process to make it run concurrently. I also want to have the PID of the spawned child process so I can monitor and kill it if necessary.
45 46191
45