This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: IGNORE LAST POST; gc not at fault; questions about mutexes vs critical sections



"Boehm, Hans" <hans_boehm@hp.com> writes:
> http://www.cs.wustl.edu/~schmidt/win32-cv-1.html

Thanks for this link -- I inherited an implementation of
wait()/notify() from Jeff Sturm which uses PulseEvent, and it seems to
work very well under heavy use. However, I will verify (later on) that
it is not susceptible to any of the subtle errors pointed out in this
paper.

  - a


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]