English 中文(简体)
How to monitor Google Alert RSS feed produced "as-it-happens"?
原标题:

I have a Google Alert, which I set to be delivered as an RSS feed as-it-happens

alt text

But is polling that RSS feed the only way to get RSS feed
or
is there a way to get notified from Google alert as the feed is published from Google? (say through a webservice, etc)

最佳回答

Google Alerts feeds support PubSubHubbub which essentially pushes notifications of updated content to you if you register on the feed s hub.

They re using the hub at pubsubhubbub.appspot.com

More info on PuSH here: http://code.google.com/p/pubsubhubbub/

问题回答

Sounds like you want a PubSubHubBub for your alerts





相关问题
Checking the status of my PHP beanstalkd background processes

I have a website written in PHP (CakePHP) where certain resource intensive tasks are handled by a background process. This is done through the Beanstalkd message queue. I need some way to retrieve the ...

Process monitoring

Is there an application that is capable of monitoring AND logging information (to file) about another process (in particular IIS aspnet_wp.exe) like (in periods of time): - memory usage of process - ...

Jamon statistics aggregation across multiple JVMs

I have a tomcat server running a webapp. Apart from this there are two other JVMs that run batch processing tasks. Jamon is a really cool way to monitor performance, hits etc., and can be viewed on ...

How to tell the graphic card memory usage?

My application seems to be slow, but in terms of CPU and RAM, it seems that it is OK. So, I want to know how much memory of the graphic card I am using. I ve seen some questions about this on SO, but ...

multiple services with same self-signed certificate

I ve got a WCF intranet application I m working on that will have 150 clients controlled/monitored by a control application. Is it kosher to create a self-signed certificate and install this same ...

热门标签