> > I'm definitely using two different ones now; but surely they each lock > > the thread they are running in from being interrupted, regardless of > > whether they are one and the same object? > > Nope. Wrong (see my other posts).
Actually, your other posts just say wrong, wrong, wrong. None of them explain how a critical section works (or should), other than that they are used to safely access something from more than one thread... which we already knew, since that's why I'm trying to use one in the first place. -- Jason Teagle [EMAIL PROTECTED]
