Tag

async I/O

1 views collected around this technical thread.

Raymond Ops
Raymond Ops
Jan 27, 2025 · Operations

Master Python Multiprocessing: Boost Performance with Process Pools and Async I/O

This comprehensive guide explains Python's multiprocessing module, compares processes with threads, shows how to create and manage processes using Process and Pool classes, covers inter‑process communication, synchronization primitives, async I/O integration, error handling, debugging techniques, and real‑world examples such as web crawlers, data analysis, and game servers.

MultiprocessingPythonasync I/O
0 likes · 28 min read
Master Python Multiprocessing: Boost Performance with Process Pools and Async I/O
vivo Internet Technology
vivo Internet Technology
Feb 27, 2020 · Backend Development

Node.js: History, Core Technologies, and Current Landscape

Node.js, a JavaScript runtime built on Chrome’s V8 engine, originated in 2009 when Ryan Dahl applied event‑driven, asynchronous I/O to achieve high‑concurrency server‑side performance, and has since grown into a widely adopted platform—supported by npm, governed by the OpenJS Foundation, and used for scalable I/O‑intensive web, enterprise, and data applications despite challenges like callback complexity and package‑registry incidents.

JavaScriptNode.jsV8
0 likes · 15 min read
Node.js: History, Core Technologies, and Current Landscape