Hacker News new | ask | show | jobs
by kjs3 585 days ago
How do you think 'file-sockets' are implemented over a network?
1 comments

They don’t have to use TCP. The point was to use sockets as the abstraction layer and use another inter-connect instead of TCP/IP. That way you’ve easily replaced TCP in the datacenter without major changes to many applications
Oh...your argument is replacing TCP is the easy part. Gotcha. Sure.