Message168991
I wouldn't rely on O_APPEND too much:
- it won't work on NFS, and probably other non-local filesystems
- it doesn't actually guarantee atomicity, because even though the the file offset and the write is done with locking, there is still the possibility of partial write |
|
| Date |
User |
Action |
Args |
| 2012-08-24 09:48:25 | neologix | set | recipients:
+ neologix, pitrou, r.david.murray, bsdphk |
| 2012-08-24 09:48:25 | neologix | set | messageid: <[email protected]> |
| 2012-08-24 09:48:24 | neologix | link | issue15723 messages |
| 2012-08-24 09:48:24 | neologix | create | |
|