To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44627





------- Additional comments from [EMAIL PROTECTED] Thu Mar 10 02:03:14 -0800 
2005 -------
So circumstantially, the Win32 API reference for CreateEvent is here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcecoreos5/html/wce50lrfCreateEvent.asp
It seems clear to me that the only sensible way to architect this is to garentee
to wake the client threads on the positive edge of 'set', regardless of
subsequent resets; this is hinted at in:
[snip]
Any thread of the calling process can specify the event-object handle in a call
to one of the wait functions. The single-object wait functions return when the
state of the specified object is signaled.
[snip]
ie. no "Unless it's reset again before anyone had time to notice"

I guess I'm happy enough to apply my patch to our build anyhow :-)

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to