Francis Cianfrocca wrote:
> On 9/27/06, Jordan McKible <jmckible / gmail.com> wrote:
>> nonrelevant parts.
> I'm seeing multiple problems in this code. #fill and #crawl don't appear 
> to
> have loops. 

ah, the loop, of course! The fill and crawl should be wrapped in loop do 
{}, correct?


> #fill contains a statement that can sleep for multiple 
> minutes
> holding a mutex lock, but fortunately appears not to be reachable. 

This is by design - in order to not be constantly retrieving feeds (that 
seems a little exessive for a feed reader) I want to have a break 
between refills


-- 
Posted via http://www.ruby-forum.com/.