Tagged Questions
1
vote
1answer
225 views
Streaming, Daemons, Cronjobs, how do you use them? (in Ruby)
I've finally had a second to look into streaming, daemons, and cron
tasks and all the neat gems built around them! But I'm not clear on
how/when to use these things.
I have a few questions:
1) If I ...