On quinta-feira, 3 de janeiro de 2013 21.45.39, Nikos Chantziaras wrote:
> Have you tried to open the files in QIODevice::Unbuffered mode?  If you 
> do that, then the data should be written out immediately when the 
> filesystem is mounted synchronously.

That has nothing to do with it. Unbuffered mode means that QFile will not 
buffer 
(and will not use buffered stdio either). Instead, it will use directly the 
low-level POSIX API like open(2) and write(2).

The OS may still buffer.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to