Deprecate the 'remote' module and move it to userland ...
Remote objects have very different performance characteristics from regular local objects and so it's easy to accidentally write code that will be very slow in some cases and often that code won't be identified as a performance issue until it's running on users' machines. Secondly remote always uses synchronous IPC messages which block the ...
Get Price