#threading

[ follow ]
Java
fromMedium
1 month ago

Spring Boot Defaults You Forgot to Change-And Now Regret (Practical, No Theory)

Spring Boot production defaults (Tomcat threads, HikariCP connections) can cause blocking, queued requests, and latency spikes; tune thread and DB pool sizes for production.
Python
fromPython GUIs
1 month ago

What does @pyqtSlot() do?

Use @pyqtSlot to create native Qt slots for threaded contexts and to reduce memory usage and slightly improve performance; otherwise plain Python callables work.
#python
fromInfoWorld
7 months ago
Python

4 tips for getting started with free-threaded Python

Free-threaded Python is officially supported, allowing true parallelism that may disrupt traditional threading assumptions.
fromdeath and gravity
10 months ago
Productivity

ProcessThreadPoolExecutor: when I/O becomes CPU-bound

An executor is being developed that can manage workloads transparently across threads and processes to improve I/O and CPU-bound performance.
[ Load more ]