#workerthreads
Day 82 of #100DaysOfcode

- focusing on few open source projects. experimenting with them.
- and reading codebases to understand higher concepts of nodejs, like streams, buffers, workerthreads.

#LearnInPublic #nodejs
March 15, 2026 at 5:05 PM
Working with Node.js' WorkerThreads, I learned few useful lessons:
* Only the main thread has access to process signals and native stdout
* As a consequence, not all packages are designed to be executed in a WorkerThread
1/2
December 13, 2025 at 4:43 PM
Optimizar worker-threads Gutenberg con la version 1.13.0

#workerthreads #gutenberg #webworkers #performance #blockeditor
Optimizar worker-threads Gutenberg con la version 1.13.0
Que cambio en @wordpress/worker-threads 1.13.0, como implementarlo en tus bloques y cuando SI (y cuando no) usar un web worker en el editor.
wordpress.donweb.com
August 13, 2026 at 8:21 AM
System.ThreadPool.GetAvailableThreads always returns maxIoCompletionThreads instead of available IO Completion Threads (113322) https://github.com/dotnet/runtime/issues/113322
System.ThreadPool.GetAvailableThreads always returns maxIoCompletionThreads instead of available IO Completion Threads · Issue #113322 · dotnet/runtime
Description #64834 changed the behavior of public static void GetAvailableThreads(out int workerThreads, out int completionPortThreads); previously this lead to a native call returning the availabl...
github.com
March 10, 2025 at 3:06 PM
音楽botの音楽再生ロジックをworkerthreadsに移して、ライブラリ更新時に音楽再生が止まるのを回避したりなどした。
July 13, 2025 at 3:26 PM
Sorry got my acronyms mixed up. The question is then can the passive server on 2 core deal with the transaction writes to the log of the Secondary.

How many database are there in that AG, how many workerthreads are consumed compared to the design limits ratio of cores to worker threads etc?
February 9, 2024 at 5:00 AM