Y
Hacker News
new
|
ask
|
show
|
jobs
by
yetanotherphd
4469 days ago
Can someone fill me in on why IPC is important? I would have thought that most parallelism was either within a process, or across machines.
1 comments
angersock
4469 days ago
Sure. My Rails app is talking to Postgres--why should I have to go through the TCP stack for local communication? Why should my window manager have to use that to send clipboard events?
link