Ask HN: How do you prefer to run background jobs for a website/service?

https://news.ycombinator.com/item?id=626824
by billymeltdown • 17 years ago
5 3 17 years ago

Just about any sizable web-available service generally needs to run background jobs. This almost always includes some interaction with inbound or outbound mail services which tend to be slow (even with my man Exim on the case). Kinda curious what solutions HN readers prefer for handling this. E.g. a lot of Rubyists use BackgrounDRb, but I prefer my little Looper.rb.

Related Stories

Loading related stories...

Source preview

news.ycombinator.com