Concurrency vs Parallelism
Concurrency is not Parallelism
Presentation By Robe Pike At Waza Jan 11, 2012
Work in hand :
One Gopher doing all the work
Using Parallelism :
Multiple Groups of Gophers doing all of their separate works
Using Concurrency :
Multiple Gophers trying to complete one task at a time - Concurrency
Check out it's Code here
Other Projects