Application: Feed fetching service #57
Labels
No labels
admin tools
api
bug
documentation
duplicate
enhancement
feature
help wanted
in progress
internals
invalid
packaging
question
testing
trivial
wontfix
No project
No assignees
1 participant
Notifications
Due date
-
Dependencies
No dependencies set.
Reference: MensBeam/Arsse#57
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A service for fetching feeds on a schedule is essential.
There's a few ways of implementing this:
popen()
to spawn Arsse CLI instances to process feedscurl_multi_init()
to make concurrent HTTP calls to the Arsse serverIt may make sense to implement all four of these, picking the best of whatever is available in a given environment.
Experimental services exist for 2, 3, and 4.