Re: Synchronous Queue in VC++
- From: "Alex Blekhman" <xfkt@xxxxxxxxx>
- Date: Sat, 23 Jun 2007 12:47:56 +0300
"Tim Roberts" wrote:
"Interlocked Singly Linked Lists"
http://msdn2.microsoft.com/en-US/library/ms684121.aspx
It's interesting that this took so long to move to user mode. These exact
APIs, as well as the doubly-linked equivalents, have been available in the
NT DDK since day one.
I agree. Sometimes it's beyond me why it takes ages for useful API to surface. In Vista there are even more useful objects like one-time initialization or condition variables. Alas, these functions are late for at least 10 years. Nobody writes against Win32 API anymore.
Alex
.
- Follow-Ups:
- Re: Synchronous Queue in VC++
- From: Alexander Nickolov
- Re: Synchronous Queue in VC++
- References:
- Re: Synchronous Queue in VC++
- From: Alex Blekhman
- Re: Synchronous Queue in VC++
- From: Tim Roberts
- Re: Synchronous Queue in VC++
- Prev by Date: Re: Synchronous Queue in VC++
- Next by Date: string conversions with std::string and int *
- Previous by thread: Re: Synchronous Queue in VC++
- Next by thread: Re: Synchronous Queue in VC++
- Index(es):
Relevant Pages
|