"horses for courses" also means "choose the right tool/engineer/solution for the job."
(There are some other sayings that are more colorful on that topic.)
Quote
you don't think that something that shipped in 2012 isn't older tech?
Everything cool in computers today was probably invented by IBM for mainframes in the '70s.
Virtual machines? Check.
Container deployments? Check.
RISC? Check.
Message queueing systems? Check.
Untyped prototyping scripting languages? No, that was invented in the '50s.
Six years might feel like a long time in an area like, say, front-end JavaScript frameworks, where the platform you're building on, and the businesses doing the building, all evolve daily, because they're not settled yet. Physical networking, however, has had a lot more development going into it. It's not like the fundamental differences between TCP and UDP, or the use-cases they were designed for, have suddenly changed, because the speed of light or the propagation of electricity in wires seem to be exactly the same now, as then :-)
So, crossbar. comes from electric engineering, where it's a "matrix" or "patch panel" that lets you connect any thing to any other thing. I've often seen it used for various kinds of rendez-vous primitives, such as the bottom level of a message queue broker implementation.