1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00
denoland-deno/ext
Divy Srivastava 55fac9f5ea
fix(node): child_process IPC on Windows (#21597)
This PR implements the child_process IPC pipe between parent and child.
The implementation uses Windows named pipes created by parent and passes
the inheritable file handle to the child.

I've also replace parts of the initial implementation which passed the
raw parent fd to JS with resource ids instead. This way no file handle
is exposed to the JS land (both parent and child).

`IpcJsonStreamResource` can stream upto 800MB/s of JSON data on Win 11
AMD Ryzen 7 16GB (without `memchr` vectorization)
2023-12-19 13:37:22 +01:00
..
broadcast_channel 1.39.0 (#21560) 2023-12-13 13:24:13 -07:00
cache 1.39.0 (#21560) 2023-12-13 13:24:13 -07:00
console fix(console): inspect for {Set,Map}Iterator and Weak{Set,Map} (#21554) 2023-12-19 15:05:49 +09:00
cron 1.39.0 (#21560) 2023-12-13 13:24:13 -07:00
crypto 1.39.0 (#21560) 2023-12-13 13:24:13 -07:00
fetch 1.39.0 (#21560) 2023-12-13 13:24:13 -07:00
ffi 1.39.0 (#21560) 2023-12-13 13:24:13 -07:00
fs 1.39.0 (#21560) 2023-12-13 13:24:13 -07:00
http refactor(ext/http): fork fly_accept_encodings crate (#21586) 2023-12-14 18:43:33 +00:00
io 1.39.0 (#21560) 2023-12-13 13:24:13 -07:00
kv 1.39.0 (#21560) 2023-12-13 13:24:13 -07:00
napi 1.39.0 (#21560) 2023-12-13 13:24:13 -07:00
net fix(net): remove unstable check for unix socket listen (#21592) 2023-12-15 10:22:40 +01:00
node fix(node): child_process IPC on Windows (#21597) 2023-12-19 13:37:22 +01:00
tls 1.39.0 (#21560) 2023-12-13 13:24:13 -07:00
url 1.39.0 (#21560) 2023-12-13 13:24:13 -07:00
web 1.39.0 (#21560) 2023-12-13 13:24:13 -07:00
webgpu 1.39.0 (#21560) 2023-12-13 13:24:13 -07:00
webidl 1.39.0 (#21560) 2023-12-13 13:24:13 -07:00
websocket 1.39.0 (#21560) 2023-12-13 13:24:13 -07:00
webstorage 1.39.0 (#21560) 2023-12-13 13:24:13 -07:00