On May 22, 2:06 am, Tim Haines <[email protected]> wrote:
> Hey guys,
>
> I'm thinking about writing a method which utilises multithreading to
> do a bunch of api
> calls and make AR updates. Then calling the method once an hour with
> Rufus scheduler.
On earlier version of rails you need to explicitly safe that you want
AR to be threadsafe (the setting is called allow_concurrency). This
isn't needed from rails 2.2 is my memory is correct.
Fred
>
> I'm a little concerned if this is safe or not, and I'm wondering if
> anyone has any insight? I guess the main topic is does multithreading
> work nicely with AR - but I'm also wondering if using rufus turns it
> in to a more complicated question?
>
> Has anyone seen good articles discussing it?
>
> Cheers,
>
> Tim.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---