From: Peter G (yg-boost-users_at_[hidden])
Date: 2003-05-11 20:17:35


agghhh it clicked... when i lock a mutex, all i am doing is preventing
another thread from executing the code that follows until the mutex is
unlocked.. regardless of what that code does...

i thought of this whole threading business in a wrong way...

thanks william