Displaying 3 results from an estimated 3 matches for "midleman".
Did you mean:
middleman
2006 Sep 22
1
how about the global data when multiple backgroundrbs ?
...coded up to work for you. You would basically write a class
that wraps multiple middleman clients and tries to get the workers by
checking for MiddleMan.jobs.keys.include? session [:jobkey] . So you could
have MiddleMan1, MiddleMan2..MiddleManN .
>And just make a wrapper that iterates over each midleman checking to see if
it contains the job you are looking for and using the right middleman.
> This would not be too hard to come up with and I might add something to
support this soon. I do have a completele new version of the whole plugin
cooking. >I hope to get it released this weekend but w...
2006 Oct 12
6
BackgrounDRb newbie stuck at first base. Fresh pair of eyes needed
Can''t believe I can''t see the problem here, but after a few hours
bashing my head on a brick wall, going to risk looking stupid by seeing
if anyone can point out my idiocy (that''s the worst thing about coding
on your own).
Trying to get BackgrounDRb to take over the scraping task which is
currently being done in a Rails controller. That''s not the problem at
2006 Sep 21
1
backgroundrb scalability
i''m in a team that is currently developing a web 2.0 application that really
needs to scale in the very near future.
we are using backgroundrb for some of the server tasks.
currently, we have two servers (in RubyOnRails) that connects to a single
backgroundrb daemon.
is there a way that we can run multiple backgroundrb and have the servers do
a round robin on them to retrieve a worker