fcntl refers to a function that provides control over the open file referenced by a file descriptor
Possible Duplicate: Python: single instance of program I need to prevent a cron job from running concurrent instances when a …
I have a question about how flock() works, particularly in python. I have a module that opens a serial connection (…