- Joined
- Mar 18, 2023
- Messages
- 960 (1.42/day)
System Name | Never trust a socket with less than 2000 pins |
---|
It matters because it's not being done routinely. I know of only one modern production implementation and that's IBM Power10. Software-based emulation has heavy drawbacks, and would require extreme network performance in both bandwidth and latency.
It isn't just that. The bigger problem with virtual memory pages that are actually remote is that the local software can't tell which pages are fast and which ones are orders of magnitude slower. That is another reason why such schemes are unpopular. People rather use MPI if they can't have a single computer instead of mcgyvering together something with segfault handlers or userfaultfd.