D
David Abdala
Guest
If this is a "one-time" use case, I will just use Windows calls to create and use a CriticalSection or a simple Semaphore. If this something you are going to use "for real", then I will make an independent program (C, Pascal, Java, whatever not tied to Windows) that you can use to "marshall" whatever lock mechanism you choose to use.
Continue reading...
Continue reading...