themcgruff
12p4 comments posted · 0 followers · following 0
16 years ago @ Union Station - 5 Tips for Deploying B... · 0 replies · +1 points
There isn't anything special that should be required. There is logic in most of the libraries to handle multiple hosts processing jobs. The main thing to remember is that they need to be deployed on the same code base and utilize the same database (since this is where the jobs live and are locked). For instance we have a number of customers using BJ configured to run under cron on multiple slices. Additionally we have customers running DJ (workers) on multiple slices. The setup is the same each time.
16 years ago @ Union Station - 5 Tips for Deploying B... · 1 reply · +1 points
16 years ago @ Union Station - 5 Tips for Deploying B... · 0 replies · +1 points
I'd suggest the main issues with BackgrounDRB are around memory leaks and process control. Re a table of pros and cons -- sounds like a good idea for a future blog post :)
16 years ago @ Union Station - 5 Tips for Deploying B... · 3 replies · +2 points