Tag

Multi‑process Architecture

1 views collected around this technical thread.

Baidu Geek Talk
Baidu Geek Talk
Nov 22, 2021 · Frontend Development

How to Debug WebKit Source Code: A Comprehensive Guide

This guide walks developers through downloading, compiling, and debugging WebKit’s complex source code—covering repository setup, Xcode and command‑line builds, creating debug projects, understanding the multi‑process architecture, and practical tips such as using TestWebKitAPI for effective analysis.

Frontend DevelopmentMulti‑process ArchitectureWKWebView
0 likes · 11 min read
How to Debug WebKit Source Code: A Comprehensive Guide
Qunar Tech Salon
Qunar Tech Salon
Jul 19, 2016 · Fundamentals

High‑Performance Networking in Google Chrome: Architecture and Optimizations

The article explains how Google Chrome’s multi‑process architecture, asynchronous network stack, predictive optimizations such as DNS pre‑resolution, TCP pre‑connect, resource pre‑fetch, caching strategies, and mobile adaptations work together to reduce latency and deliver faster, more reliable web experiences.

CachingChromeDNS Pre‑resolution
0 likes · 36 min read
High‑Performance Networking in Google Chrome: Architecture and Optimizations