dj vu? (Was RE: [ntdev] Concurrency Issues)

Is it just me, or are other people seeing a bunch of messages that they’ve
seen before?

Don

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Chuck Batson
Sent: 07 March 2005 08:23
To: Windows System Software Devs Interest List
Subject: Re: [ntdev] Concurrency Issues

Well now wait a minute. It might help if you could explain
exactly what
you’re trying to do or guard against. For example, for most
situations
the page fault handler Jan mentioned usually shouldn’t be an
issue that
requires special consideration – I can’t imagine off the top
of my head
a situation where you would need extra work to deal specially
with the
case of a memory access instruction not being “atomic” as a
result of a
page fault. If you can give us a hint what you’re up to, we might be
able to save you some work.

Chuck

----- Original Message -----
From: “Asa Yeamans”
> To: “Windows System Software Devs Interest List”
> Sent: Monday, March 07, 2005 2:51 PM
> Subject: RE: [ntdev] Concurrency Issues
>
>
> Awww man, that makes things hard, arrrrgg… oh well. Never
> planned on