Displaying 2 results from an estimated 2 matches for "likk".
Did you mean:
like
2006 Aug 30
0
CentOS-4.4: I likke the new look! ... uh and everyhing's good too.
Downloaded 290/290 and kernel panic, not syncing. Same old Linux.
Fortunately, hadn't started updates, /home had been unmounted by some
forward-looking individual and there was a sync;sync and blockdev --
flushbufs running every 15 seconds. =>:-o
Pucker factor went from {O} to {o} to }{ the max!
Anyway, a quick reboot, fsck, split the check-update into 2 arbitrary
pieces and do it again.
2008 May 20
1
Couple questions on BDRb and concurrent processing
...able to understand this part though:
=========
thread_pool.defer(wiki_scrap_url) { |wiki_url| scrap_wikipedia(wiki_url) }
=========
Can someone explain this code please? And where does this code go? In my
Rails method that''s actually kicking off the b/g process? Right now my
method looks likke this
======
....
worker = MiddleMan.worker(:netflix_worker)
result = worker.parse_netflix_feeds(passed_netflix_rss_code)
....
======
where parse_netflix_feeds is the method in my /lib/workers/netflix_worker.rb
2. My background process is initiated in two ways - one via a...