ankurpiyush26 / pubsubhubbub

Automatically exported from code.google.com/p/pubsubhubbub
Other
1 stars 0 forks source link

Handler for taking to-be-published items and pushing them to subscribers #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This will take a set of items off the to-be-published queue, find all of
the subscribers for the URL, and then start sending off messages to them.
We may need to do sends for a single subscription in multiple chunks, so
there should be some state for this an a notion of progress. This part will
need to use the asynchronous urlfetch API to do publishes in parallel.

Original issue reported on code.google.com by bslatkin on 22 Aug 2008 at 6:27

GoogleCodeExporter commented 9 years ago

Original comment by bslatkin on 26 Jan 2009 at 9:23

GoogleCodeExporter commented 9 years ago

Original comment by bslatkin on 26 Jan 2009 at 9:24