Y
Hacker News
new
|
ask
|
show
|
jobs
by
Padding
4127 days ago
So how would one implement Erlang-like functionality in Plan9, where the code of a server can be hotswapped while still keeping all existing sockets to the clients open?
1 comments
SixSigma
4127 days ago
fork, I guess. Plan9 uses files so there is nothing special about sockets.
link