[interprocess] Named types ( mutexes, semaphores etc.) and Windows 7

20 Nov
2011
20 Nov
'11
1:58 p.m.
Under Windows 7 fior named types to be global, the name of the type needs to be prefixed by the string "Global\" Is this being done in the interprocess library for Windows 7 ?

20 Nov
20 Nov
8:41 p.m.
El 20/11/2011 14:58, Edward Diener escribió:
Under Windows 7 fior named types to be global, the name of the type needs to be prefixed by the string "Global\" Is this being done in the interprocess library for Windows 7 ?
They are emulated with shared memory, not with named resources, so there is no change for "Global\". I'm working in a better emulation in windows based CreateMutex but it's not an easy task. And yes, this newer emulation will use "Global\". Ion
4953
Age (days ago)
4953
Last active (days ago)
1 comments
2 participants
participants (2)
-
Edward Diener
-
Ion Gaztañaga