0.0
No commit activity in last 3 years
No release in over 3 years
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).
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

Spawn renamed to Spawnling

If you're looking for the gem that provides easy spawning of sub-processes, you're in the right place.

But, because of name conflicts with another gem named spawn, I had to rename this gem to "spawnling". If you're looking for the old "spawn" gem, please go to the spawnling repo.