Multi threading and development mistakes
· 3 min read
Multi threading, or multi-threading is a programming method geared towards processing parallel concurrent tasks based on hardware design and specifically CPU.
Multi threading, or multi-threading is a programming method geared towards processing parallel concurrent tasks based on hardware design and specifically CPU.
For web programmers, the concept of asynchronous (asynchronus) and synchronous (synchronus) is not too strange. However, there is a lot of confusion between synchronus/asynchronus and multiple threading. Let's analyze together!