TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Using Gearman For Distributed Alerts

14 pointsby omakaseover 15 years ago

2 comments

kvogtover 15 years ago
I would be very careful with gearman.<p>We tested it at Justin.tv and managed to cause the main process (gearmand) to spin at 100%, stop accepting connections, and lots of other things. Not quite ready for production use, especially if you need persistence and use the memcached plugin.<p>Also, the python client library is in pretty rough form. Our developers submitted a patch or two, but it still doesn't reliably handle errors, network outages, failover, or reconnects. You probably want all of these things in your job server of choice.
评论 #927278 未加载
评论 #927260 未加载
评论 #927237 未加载
评论 #927258 未加载
moeover 15 years ago
I'm sure I must be missing obvious here but why are they not just pushing those mails out directly?<p>All that gearman buys them here is... a longer delay until the mail is actually sent.
评论 #927384 未加载