Ruby Rss parser and event trigger

Posted by fenec on Stack Overflow See other posts from Stack Overflow or by fenec
Published on 2010-04-18T04:42:42Z Indexed on 2010/04/18 4:43 UTC
Read the original article Hit count: 431

Filed under:
|
|
|

I'm using RSS library so i can parse Atom and RSS in Ruby and Rails and store it in a model. I've looked at the standard RSS library, but is there one library that will auto-detect that there is a new rss feed so i can update my database ?

what are the best practice to trigger an instruction in order to store the new rss feed ? should i use threads to handle that problem ?is it going to be slow? thank you for your help

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about ruby