5 ms·
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 clie
by Padding 12y 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?
- SixSigma 12y agofork, I guess. Plan9 uses files so there is nothing special about sockets.