An Introduction to Multi-Threadingby@marvin
642 reads

An Introduction to Multi-Threading

tldt arrow
Read on Terminal Reader
Read this story w/o Javascript

Too Long; Didn't Read

IronPython allows multi-threaded code to use multi-core processors. Multi-threading allows you to take single threads through dedicated cores. It is taking advantage of the multiple cores to run each thread differently. Threading does not happen at the same time, but rather keep switching based on time allocated per thread or the thread being over(download in this case) altogether. Multi-processing is a win-win, no core is burdened as they share the load while you get a faster experience.

Company Mentioned

Mention Thumbnail
featured image - An Introduction to Multi-Threading
Marvin HackerNoon profile picture

@marvin

Marvin

Software engineer. I write code and stay weird.


Receive Stories from @marvin

react to story with heart

RELATED STORIES

L O A D I N G
. . . comments & more!