[Qt-interest] QAbstractFileEngine problems

Thiago Macieira thiago at kde.org
Wed Jul 7 08:07:22 CEST 2010


On Wednesday 7. July 2010 06.55.28 Jason H wrote:
> I have most of it working, but I have a problem with my write function not
> being
> 
> called:
> DatabaseFileEngineHandler dbFileEngine;

Please stop using file engines. They are a feature we want to get rid of.

The reason is that normal, plain file access is extremely complex and slow 
because of the abstractions created by the presence of multiple file engines. 
We are rewriting the QFile / QDir / QDirIterator internals to be faster. 

However, this is only possible if you never install file engines. So I 
recommend that you already stop using them in your new programs.

-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
  Senior Product Manager - Nokia, Qt Development Frameworks
      PGP/GPG: 0x6EF45358; fingerprint:
      E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100707/e7e6f4e2/attachment.bin 


More information about the Qt-interest-old mailing list