Kornel Benko wrote: > Trying to lock with > open(lock_file.c_str(), O_CREAT|O_EXCL|O_SYNC|O_RDWR, 0666); > seams to work here. So no fcntl anymore.
This is not portable either. Georg
Kornel Benko wrote: > Trying to lock with > open(lock_file.c_str(), O_CREAT|O_EXCL|O_SYNC|O_RDWR, 0666); > seams to work here. So no fcntl anymore.
This is not portable either. Georg