Opened 15 years ago
Closed 15 years ago
#12 closed enhancement (fixed)
Add support for Diablo-style hash feeds
Reported by: | eagle | Owned by: | eagle |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | innd | Version: | |
Severity: | wishlist | Keywords: | |
Cc: |
Description
Diablo supports a mechanism to take an incoming feed split across multiple boxes by hashing the message ID and only feeding the articles in a particular hash bucket to a given host. This lets the hosts collectively store a full feed without handling the full traffic on each host.
INN should support this sort of hash feed via a flag in newsfeeds.
Attachments (1)
Change History (3)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Patch from Miquel van Smoorenburg to add support for what are now old-style Diablo hash feeds. Should be updated to support new ones.