Displaying 2 results from an estimated 2 matches for "ymkl".
Did you mean:
mkl
2006 Jun 12
0
BackgrounDRb New Release
...backgroundrb:setup with the new
plugin you need to look into config/backlgroundrb.yml for your
settings. The defaults are fine but you need to be aware of them. You
can set whether ActiveRecord connects to your development or
production databases in the conf file. It will use your existing
database.ymkl to make the connection.
*Home page: http://backgroundrb.rubyforge.org
*svn repo: svn://rubyforge.org//var/svn/backgroundrb
*Mailing list: http://rubyforge.org/mailman/listinfo/backgroundrb-devel
This is a new improved way to create your worker classes.
You just need to inh...
2006 Jun 12
5
New release!
...rb:setup with the new
plugin you need to look into config/backlgroundrb.yml for your
settings. The defaults are fine but you need to be aware of them. You
can set whether ActiveRecord connects to your development or
production databases in the conf file. It will use your existing
database.ymkl to make the connection.
This is a new improved way to create your worker classes.
You just need to inherit from BackgrounDRb::Rails and define
a do_work(args) method. This method will automatically get
called in its own thread when you create a new worker from...