Use delayed_job instead of backgroundrb if your application is large and you need more than one worker. backgroundrb starts one application process per worker which eats up RAM.
On Sep 9, 11:13 am, Sandip Ransing <[email protected]> wrote: > Hello > > How do i start backgroundrb server on server reboot ?? > > Thanks, > Sandip > -- > Ruby on Rails > Developerhttp://sandip.sosblog.comhttp://funonrails.wordpress.comwww.joshsoftware.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

