search for: othwerwise

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

Did you mean: otherwise
2005 Nov 04
0
Threads and Active Reccord
...IMIT, :offset => last_at) break if feeds == nil || feeds.length == 0 last_at += feeds.length # add each feed found to the queue feeds.each do |feed| feed.accounts # load the accounts so they are available later as part of this feed object (othwerwise accounts throws NoSuchMethod ) @queue << feed end sleep(10) # 10 second break end #loop end # thread.new end # def def process_feed_chunk Thread.new do loop do feed = @queue.pop logger.debug("Processing feed...
2004 Mar 26
1
Rsync doesn't log properly when in standalone daemon mode
...configuration file and these configuration variables, use chroot = false transfer logging = true syslog facility = different facilities and even logging to a file, but it still logs to the daemon syslog. Is there some subtlety I'm missing here? Any light shed here would be appreciated. Othwerwise I guess I patch the source. On another tangential topic, why does logging on the server get controlled by the client? I'd like to have the client determine the verboseness of their rsync output without having it also filling up server log files with useless details. Joseph Tam <tam@math.u...