Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > I'm trying to understand the cloud sub-element in RSS 2.0

Reply
Thread Tools

I'm trying to understand the cloud sub-element in RSS 2.0

 
 
lkrubner@geocities.com
Guest
Posts: n/a
 
      10-31-2005
I apologize for being a bit dense, but I'm trying to wrap my head
around the sentence

"Its purpose is to allow processes to register with a cloud to be
notified of updates to the channel, implementing a lightweight
publish-subscribe protocol for RSS feeds."

When they say "cloud" do they just mean a program running on a server?


more info:

====================================

http://blogs.law.harvard.edu/tech/rss

<cloud> sub-element of <channel>

<cloud> is an optional sub-element of <channel>.

It specifies a web service that supports the rssCloud interface which
can be implemented in HTTP-POST, XML-RPC or SOAP 1.1.

Its purpose is to allow processes to register with a cloud to be
notified of updates to the channel, implementing a lightweight
publish-subscribe protocol for RSS feeds.

<cloud domain="rpc.sys.com" port="80" path="/RPC2"
registerProcedure="myCloud.rssPleaseNotify" protocol="xml-rpc" />

In this example, to request notification on the channel it appears in,
you would send an XML-RPC message to rpc.sys.com on port 80, with a
path of /RPC2. The procedure to call is myCloud.rssPleaseNotify.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Database connection issues when trying to link mysql to the cloud fbova General Computer Support 0 07-31-2011 07:28 PM
Two ways to generate RSS - rss/maker and rss/2.0 - which is better? Jonathan Groll Ruby 1 06-27-2009 03:53 AM
Read all of this to understand how it works. then check around on otherRead all of this to understand how it works. then check around on other thelisa martin Computer Support 2 08-18-2005 06:40 AM
RSS Feed - need an Idiot's Guide to RSS News on my website teach_me6@hotmail.com HTML 5 02-25-2005 11:01 AM
Searches in multiple RSS feeds -> new rss feed Motta XML 1 06-09-2004 10:55 PM



Advertisments