So, this is how it goes, eh?
Apr. 28th, 2008 04:39 pmI 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?
Shortly thereafter, I debugged my first race condition in a multithreaded program.
I suppose this is the way of things, then?