vote up 0 vote down star

I am implementing a contact importer and will be geocoding the contacts that are imported. If a user imports 1000 contacts, geocoding is way too slow. Essentially I would like to start a background process to geocode the contacts after they are imported and somehow report the status to a log.

Does this sound like the best way to do this? If so, can I do this with some simple ruby/rails? I have the javan-whenever gem which is essentially a ruby API for CRON but I would rather this be an immediately spawned background process after importing.

flag

79% accept rate

2 Answers

vote up 1 vote down check

There are a couple of plugins that can help you do this:

  1. BackgroundDRb
  2. Spawn
link|flag
vote up 2 vote down

There's also Delayed Job.

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.