On Tue, Mar 06, 2007 at 10:06:33PM -0500, Sean Daley wrote:
>As part of an application we're developing, we use
>CreateFileMapping/MapViewOfFile to be able to share information among
>processes. I noticed today that if I try to reference the map
>immediately after calling fork() but before calling
As part of an application we're developing, we use
CreateFileMapping/MapViewOfFile to be able to share information among
processes. I noticed today that if I try to reference the map
immediately after calling fork() but before calling exec, that my
application will crash.
I should be able to res
As part of an application we're developing, we use
CreateFileMapping/MapViewOfFile to be able to share information among
processes. I noticed today that if I try to reference the map
immediately after calling fork() but before calling exec, that my
application will crash.
I should be able to res
3 matches
Mail list logo