This plugin provides a 'Spawn' class to easily fork OR thread long-running sections of code so that your application can return results to your users more quickly. This plugin works by creating new database connections in ActiveRecord::Base for the spawned block. The plugin also patches ActiveRecord::Base to handle some known bugs when using threads (see lib/patches.rb).
Required Ruby Version
None
Required Rubygems Version
>= 1.3.6
Authors
Tom Anderson
Versions
- 2.1.6 May 14, 2015 (15.5 KB)
- 2.1.5 July 06, 2014 (15.5 KB)
- 2.1.4 June 03, 2014 (15.5 KB)
- 2.1.3 June 02, 2014 (15 KB)
- 2.1.2 June 01, 2014 (15 KB)
- 2.1 April 04, 2013 (13.5 KB)