On Apr 25, 2007, at 3:57, Mark Fredrickson wrote: > > 2. External cron job: Every hour run something like `curl > http://myapp.com/fetchfeeds > /dev/null`
I would recommend a cronjob, solving it with a long running process will likely get you in trouble with memory leaks and such. Manfred _______________________________________________ Camping-list mailing list [email protected] http://rubyforge.org/mailman/listinfo/camping-list

