BackgrounDRb 0.2.1 Release
Posted by ezmobius Wed, 29 Nov 2006 00:57:00 GMT
It’s that time again friends. skaar has been at it again and has greatly improved the stability of the new system. And Ara Howard has helped a ton by working with us on the slave library to iron out the wrinkles. The results is a lot nicer backgroundrb for everyone.
I have to say another huge thanks to skaar. He has singlehandedly wrote almost all of this new version and many bug fixes. I am very glad to have the help as I have too many projects to work on currently. Thanks skaar!
This release fixes many of the initial problems with the new architecture for backgroundrb. Thi release goes a long way towards making the new version a lot more usable and stable. If you are using the 0.2.0 branch then you are urged to upgrade. Also make sure to upgrade the slave gem to the very latest release: Slave 1.1.0
Get the latest tagged release here:
http://svn.devjavu.com/backgroundrb/tags/release-0.2.1/
= BackgrounDRb Changelog This file contains a summary of changes in particular releases, for a detailed change history and tickets, go to: http://backgroundrb.devjavu.com/projects/backgroundrb/timeline 0.2.1 (Released November 28, 2006 - r162) This release contains the accumulated fixes and enhancements after the dot oh! release. Beside updating BackgrounDRb, we strongly encourage you to update to Slave 1.1.0 which has important fixes that greatly improve how BackgrounDRb behaves. - Server: Improved logging of server events and exceptions. - Server: Change of default DRb protocol to drbunix (domain sockets) - Server: Re-add DRb ACL configuration (not needed for drbunix) - Server: new_worker race condition fix - Server: Jobs entries are now deleted properly when worker exits. - Scheduler: Several scheduler fixes. It was pretty much broken in 0.2.0 - Scheduler: New external schedule definition file - Scheduler: do_work semantic changes (README: Special case: :do_work) - Rails: disabled rake tasks for start/stop/restart for now. - Rails: disabled Rails unit test in worker generator - Documentation: Deprecation of TODO file, items are in trac now. - Documentation: CronTrigger documentation 0.2.0 (Released October 30, 2006 – r105)Initial release of BackgrounDRb rewrite. This was is also the first versioned release. The README contains the best overview the the new architecture. This is the baseline release.
Searching...





Now my little question: I have a rails project and want to use mongrel to host it on my server. Server is powerful IBM XServe 348 and used only for my project. I have an action, that creates a graphs, using graphviz from form results. It takes my server about 10 seconds or less to complete it. How do you think what mongrel configuration should i use? And should i use BackgrounDRb? If so how should i do it.
Is backgroundrb still in development? I'm using it in a project, it would be good to know.
Yup it is. But it's pretty stable at this point also and is being used in a number of projects.