Store network_service cache in memory
The network cache is not safe for usage by multiple processes at the same time like when sky tests are running many mojo_shell instances in parallel. To work around this we store the cache in memory. In the future we should consider file system partitioning for mojo services. This CL originally reviewed and landed in the Mojo repo in https://codereview.chromium.org/679403002/. Re-landing in the Chromium repo because this code is canonically developed here. TBR=davemoore@chromium.org Review URL: https://codereview.chromium.org/697883003 Cr-Commit-Position: refs/heads/master@{#302411}
Showing
Please register or sign in to comment