Displaying 1 result from an estimated 1 matches for "middleman_slave".
2006 Nov 04
1
BackgrounDRb Call for help
...This makes
bdrb infinitely more scalable.
? The MiddleMan class tried to do way too much in the current
version. This violates a bunch of OOP rules and I decided to simplify
it. So nwo the middleman just manages a thread pool of worker slaves
and thats pretty much all it does. Look in the middleman_slave.rb
file for the new middleman class.
? People liked using timed workers. Unfortunately the current impl of
timing is sorely lacking. It works ok for very simple stuff but
people have issues with it running more then one instance of the
timed worker at once. This is no good. So I have creat...