Open
Bug 1973796
Opened 5 days ago
Perform mach port check-in async
Categories
(Core :: IPC, enhancement)
Core
IPC
Tracking
()
NEW
People
(Reporter: nika, Assigned: nika)
References
(Depends on 1 open bug)
Details
In bug 901050, we're adding the ability to watch mach ports async on the IPC I/O thread. Using this we can remove the synchronous mach IPC during content process startup in the parent process.
This would also allow us to change the IPC process launcher to always be a dedicated thread, rather than a thread-pool, to move macOS more in-line with our other supported platforms.
You need to log in
before you can comment on or make changes to this bug.
Description
•