Incomplete explanation of Java game programming - 4
preface
Code demonstration environment:
Software environment: Windows 10
Development tool: Visual Studio Code
JDK version: OpenJDK 15
Sound effects and music
Basic knowledge of sound effect
When we play games, we may hear sound effects, but we don't really pay attention to them. Because I want ...
Posted by a1ias on Tue, 08 Mar 2022 02:11:22 +0100
Chapter 7 - thread pool of shared model
Chapter 7 - thread pool of shared model
Thread pool (key)
There are many pooling technologies, such as thread pool, database connection pool, HTTP connection pool and so on. The idea of pooling technology is mainly to reduce the consumption of resources and improve the utilization of resources.
Thread pools provide a way to limit and ma ...
Posted by Adam W on Sun, 13 Feb 2022 09:35:03 +0100