Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

There is a catch, though; if you have the same file open multiple times, even with different names, then closing one file descriptor will release all locks on that file in the same process, even in different threads.

It's even worse than that. A lock is released as soon as any of its owning processes closes any descriptor to that file. As a result, if a child forks and exits, the parent no longer holds any locks...



That's definitely worth keeping in mind! Does that apply to sibling processes as well (like two apache child processes)?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: