TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

So Hard as a “Server”

3 pointsby Bella-Xiangover 5 years ago

2 comments

Spivakover 5 years ago
It’s even more overloaded when you include client&#x2F;server as a paradigm in application development. Sure, the server is still a program usually listening on a socket, dbus name or using shared memory of some sort an and responding to requests but they’re also logically part of the same program.<p>tmux, evolution, mutter, urvxt, tracker, emacs, neovim, etc. are all servers in the right context.<p>Then there are servers that don’t serve requests in the traditional sense. Entities that perform batch operations by pulling data from queues, run reports, etc. are also called servers despite not fitting the call &amp; response model.
评论 #21896177 未加载
tomkarhoover 5 years ago
My definition: a server is a computer that does things for other computers.