| Brooks ( @ 2008-04-28 16:39:00 |
So, this is how it goes, eh?
I just wrote my very first multithreaded program using pthreads. A very simple "Hello World" that creates a short array of thread numbers, and then creates a thread for each element in that array; each thread then loads its respective number from the array and prints out, "Hello, I am thread %d!"
Shortly thereafter, I debugged my first race condition in a multithreaded program.
I suppose this is the way of things, then?
I just wrote my very first multithreaded program using pthreads. A very simple "Hello World" that creates a short array of thread numbers, and then creates a thread for each element in that array; each thread then loads its respective number from the array and prints out, "Hello, I am thread %d!"
Shortly thereafter, I debugged my first race condition in a multithreaded program.
I suppose this is the way of things, then?