←back to thread

IRCd service (2024)

(example.fi)
105 points pabs3 | 2 comments | | HN request time: 0s | source
1. userbinator ◴[] No.45756765[source]
I've heard IRC servers jokingly referred to as "layer 7 multicast routers."
replies(1): >>45760966 #
2. RiverCrochet ◴[] No.45760966[source]
It's not terribly far from the truth. IRC is a pretty thin layer on top of a generic TCP server. On your classic ircds the notion of users and channels is about the minimum possible, and everything's tightly coupled to the network and DNS. Single-core servers back in the day could and did handle 10,000 active users.