Hi!<br><br>Im using this backgroundrb plugin! The steps i followed for
using this plugin are as follows: Kindly correct me where i went wrong!<br><br>1)rails_apps/app_name/ruby script/plugin install <a href="http://svn.devjavu.com/backgroundrb/trunk">http://svn.devjavu.com/backgroundrb/trunk</a><br>
<br>2) rake backgroundrb:setup<br><br>3) ruby script/generate worker example<br><br>4)opened example_worker.rb and just wrote :<br><br><div class="unfolded" id="code_5">
<div class="code-box"><ol class="pretty-code"><li class="orow">class ExampleWorker &lt; BackgrounDRb::MetaWorker</li><li class="erow">&nbsp;&nbsp;set_worker_name :example_worker</li><li class="orow">&nbsp;&nbsp;def create(args = nil)</li><li class="erow">
&nbsp;&nbsp;&nbsp;&nbsp;# this method is called, when worker is loaded for the first time</li><li class="orow">&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://logger.info">logger.info</a> &quot;here&quot;</li><li class="erow">&nbsp;&nbsp;end</li><li class="orow">end</li></ol>after that i tried&nbsp; to run #ruby script/backgroundrb start<br>
&nbsp;and it gave me load error :bdrb_config.rb not found! I tried copying it to some directory and then ultimately it popped up another error :<br>fork function is umimplemented on this machine!<br>I have also installed the required gems :packets and chronic..<br>
<br>Can someone help me where i went wrong! or give me a step by step procedure to start backgroundrb running. <br>Thanks in advance!<br>Sup<br><br></div>
</div><br>