Displaying 1 result from an estimated 1 matches for "updatelogdbworker".
Did you mean:
update_logdb_worker
2007 Jan 30
1
Logging doesn''t work
...#39;'t updated. The pid-file is
updated to the correct value every time I start drb. I''m working on an
windows-machine (XP Prof).
Tried to set RAILS_ROOT in environment.rb manually. But that didn''t work
as well (even after restart all).
This is the code for my worker:
class UpdateLogdbWorker < BackgrounDRb::Rails
def do_work(args)
@logger.info("Call successful")
# do some more stuff
end
end
This is, what my call looks like:
MiddleMan.new_worker(:class => update_logdb_worker)
Any advice would be appreciated!
Regards
Horst