Y
Hacker News
new
|
ask
|
show
|
jobs
by
kjs3
585 days ago
How do you think 'file-sockets' are implemented over a network?
1 comments
jbverschoor
584 days ago
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
link
kjs3
584 days ago
Oh...your argument is replacing TCP is the easy part. Gotcha. Sure.
link