The Python Oracle

Greenlet Vs. Threads

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: RPG Blues Looping

--

Chapters
00:00 Question
00:34 Accepted answer (Score 222)
02:49 Answer 2 (Score 20)
05:19 Answer 3 (Score 16)
05:59 Answer 4 (Score 7)
07:41 Thank you

--

Full question
https://stackoverflow.com/questions/1555...

Accepted answer links:
[Concurrency is not parallelism]: http://blog.golang.org/2013/01/concurren...
[Threads vs. processes]: https://stackoverflow.com/a/3705919/1494...
[Multiprocessing vs. threads]: https://stackoverflow.com/a/3514615/1494...
[GIL vs. CPython]: https://stackoverflow.com/a/2137581/1494...

Answer 2 links:
[reddit post]: https://www.reddit.com/r/programming/com.../
[blog post here]: http://techspot.zzzeek.org/2015/02/15/as.../

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #concurrency #gevent #coroutine #greenlets

#avk47