InterNetNews

Source: Wikipedia, the free encyclopedia.
InterNetNews
Rich Salz
Developer(s)ISC
Initial release1991 (1991)[nb 1]
Stable release
2.6.4 / January 28, 2021; 3 years ago (2021-01-28)[1]
Repositorygithub.com/InterNetNews/inn
Written inC, with some tools in Perl and Python
Operating systemUnix-like
Available inEnglish
TypeUsenet server
LicenseMostly ISC license, with parts under other licenses[2]
Websitewww.eyrie.org/
Rich Salz in 2009

InterNetNews (INN) is a

San Antonio, Texas. It was the first news server with integrated NNTP
functionality.

While previous servers processed articles individually or in batches, innd is a single continuously running process that receives articles from the network, files them, and records what remote hosts should receive them. Readers can access articles directly from the disk in the same manner as

newsreaders
that employ NNTP.

A later improvement was the Cyclical News

Filesystem
(CNFS), which sequentially stores articles in large on-disk buffers. This method, implemented by Scott Fritchie, greatly increased performance by eliminating the operating system overhead needed to deal with thousands of individual article files.

James Brister's innfeed program was also added to the package. Like innd, innfeed operates continuously to feed articles out to other servers, while the earlier innxmit processed them in batches. This combination allows articles to be received and redistributed with virtually no latency, and has substantially changed the nature of Usenet interaction by reducing the time for messages to be posted, read across the network and answered, from hours or days, to seconds or minutes. A similar earlier program, called nntplink, provided a comparable function, but it was produced independently.

INN is under active development as of 2020[update]. The package is maintained by volunteers, and development is hosted by the Internet Systems Consortium. The current maintainer of INN is Russ Allbery and the ISC.[3]

Notes

  1. ^ The copyright dates in the LICENSE file begin with 1991.

References

  1. ^ Allbery, Russ (28 Jan 2021). "INN 2.6.4". Retrieved 30 Jan 2021.
  2. ^ "INN License Information". INN CURRENT Documentation. 22 April 2008. Retrieved 11 July 2008.
  3. ^ "INN". www.eyrie.org. Retrieved 2020-02-28.

External links