Comment 3 for bug 1017904

Revision history for this message
Ivan Sagalaev (isagalaev) wrote :

People use all sorts of various solutions to off-load blocking tasks and I specifically designed the library to be independent of it so everyone could use it with whatever infrastructure the have in place.

BTW, I just updated the trunk code with a small change that allows call `subhub.publish()` with a parameter telling it not to force processing distribution entries:

    subhub.publish(topics, entry_id, False)

This is basically an equivalent of manually adding a distribution task but more "official" and "API-ish" :-)