In Rails 2.2, I get a deprecation warning when BackgroundDRb starts up: DEPRECATION WARNING: ActiveRecord::Base.allow_concurrency= has been deprecated and no longer has any effect. Should I be worried about this? Apparently Rails 2.2 has a new thread-safety setting: "config.threadsafe!". Perhaps BackgroundDRb should be updated to take advantage of that. Eric