[Python-Dev] Ext4 data loss (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Thu Mar 12 11:39:26 CET 2009
- Previous message: [Python-Dev] Ext4 data loss
- Next message: [Python-Dev] Ext4 data loss
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Nick Coghlan <ncoghlan gmail.com> writes:
On the performance side... the overhead from fsync() itself is going to dwarf the CPU overhead of going through a wrapper class.
The significant overhead is not in calling sync() or flush() or close(), but in calling methods which are supposed to be fast (read() from internal buffer or write() to internal buffer, for example).
- Previous message: [Python-Dev] Ext4 data loss
- Next message: [Python-Dev] Ext4 data loss
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]