in reply to Semaphore puzzle
Maybe I'm misunderstanding the problem. Why don't you lock one of the files or the database table you're importing into (or both)? You have a defined order in which they should be imported, so the program that gets launched to import the (defined) first file locks the file (and the table). The second program launched finds the file/table locked and just exits.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Semaphore puzzle
by jerryhone (Sexton) on Feb 23, 2021 at 09:21 UTC |