search for: custom_connect

Displaying 2 results from an estimated 2 matches for "custom_connect".

2008 Mar 31
0
Patch - Multiple servers support
Hi, This is a patch that allows you to work with multiple backgroundrb servers from within Rails. It modifies the rails worker proxy to use a middleman supplied in its constructor, instead of using the MiddleMan constant. Basically a fix to make BackgrounDRb::WorkerProxy.custom_connection usable (without patch, you can establish a custom connection but all calls to worker objects still go to the main MiddleMan connection regardless). If I didn''t submit this correctly please let me know, I don''t submit patches all that often. Thanks. -- Stephen Weiss stev...
2008 Mar 25
1
extending bdrb / running multiple servers
Hi, Thanks for the help getting the new backgroundrb working, things are working fabulously now. I have two questions: 1) I have a few basic methods I need available on all my workers in order to communicate properly with my application... it seems to make the most sense right now to subclass BackgrounDRb::MetaWorker, or make a mixin module, because I''m actually extending some