You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cache daemon and distributed artifacts daemon now communicate with Async RPC, with good performances (3x on the dune repository dune itself). It looks like it might saturate the network as expected.
Quentin will bench on JS universe too.
Files are still transmitted with strings, sendfile is being integrated in Async RPC by Andrey, Pipe RPC are a solution too.
Quentin will start looking at kerberos integration too.