[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Local synchronization in windows process (critical section)

  • Thread starter Thread starter David Abdala
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top