Hacker News new | ask | show | jobs
by raverbashing 4574 days ago
On the same machine, it's going to be rare

But the most common occurrence of this I can think are online games.

1 comments

Depends on what system and context you're talking about. I'd assume it's rare on Linux where most things are built from source, but it's pretty common on e.g. Apple platforms where binary compatibility means 32-bit processes keep being supported for years, and they still need to IPC to various system services. I've seen one highly amusing bug in Apple's iOS frameworks where they didn't quite handle the 32->64 IPC case properly because of an implicit assumption that data types remained identical.