Spawning in Rails
Posted
by thekevinscott
on Stack Overflow
See other posts from Stack Overflow
or by thekevinscott
Published on 2010-01-28T16:43:13Z
Indexed on
2010/05/30
22:32 UTC
Read the original article
Hit count: 338
Hello,
I was using the spawn plugin (http://rubyforge.org/projects/spawn/) which worked excellent. However, I then moved to Mongo (using mongo_mapper) and Spawn no longer worked.
Modifying the plugin is beyond the scope of my abilities. Is there a simple way to do spawning in Rails that would work with Mongo? It's not an often-run process so it doesn't have to be the most elegant solution in the world.
Thanks!
© Stack Overflow or respective owner