Tag

Multi-thread

1 views collected around this technical thread.

JD Retail Technology
JD Retail Technology
Apr 28, 2025 · Frontend Development

Technical Overview of Taro on Harmony: Cross‑Platform Development for HarmonyOS

The Taro‑on‑Harmony solution lets developers write a single React‑based codebase that compiles to native HarmonyOS apps with C‑API‑driven rendering, offering both single‑thread and multi‑thread architectures, full component and CSS support, high‑performance UI, and upcoming tooling, as demonstrated by JD.com’s S‑level certified shopping app.

CAPIHarmonyOSMulti-thread
0 likes · 10 min read
Technical Overview of Taro on Harmony: Cross‑Platform Development for HarmonyOS
php中文网 Courses
php中文网 Courses
Oct 14, 2023 · Backend Development

Encapsulated Concurrency Programming in PHP: Multi‑Process, Multi‑Thread, and Coroutine Examples

This article explains how to implement encapsulated concurrent programming in PHP by using the pcntl extension for multi‑processes, the pthread extension for multi‑threads, and the Swoole extension for coroutines, providing clear code examples and discussing the advantages of each approach.

ConcurrencyCoroutineMulti-Process
0 likes · 5 min read
Encapsulated Concurrency Programming in PHP: Multi‑Process, Multi‑Thread, and Coroutine Examples
ByteDance Web Infra
ByteDance Web Infra
Dec 8, 2021 · Backend Development

Implementing a Debugging and Diagnostic Platform for Node.js Processes and Threads

This article explains how to build a non‑intrusive debugging and diagnostic platform for Node.js, covering process and thread inspection using the V8 Inspector API, dynamic control via an SDK, multi‑process and multi‑thread handling with Agent processes, and practical usage steps.

DiagnosticsInspectorMulti-Process
0 likes · 21 min read
Implementing a Debugging and Diagnostic Platform for Node.js Processes and Threads