Relative Content

Tag Archive for rubyexitglibc

Ruby: calling exit! in at_exit

I have a daemon, written in Ruby, part of a Rails project and from which it uses some of the models (and so ActiveRecord). It sits waiting for files to arrive, and when they do it extracts data from them and creates plots, lots of plots; so I run them with the parallel gem, essentially like this: