Description
Each QNetworkAccessManager::createRequest is causing a lot of unnecessary churn.
There are repeated calls been made to RConnection::Start which can cause > 100ms delays to each request.
The triggering happens in qabstractsocket.cpp - QAbstractSocketPrivate::initSocketLayer when SIOCIFSTART gets called.
Attachments
Issue Links
- depends on
-
QTBUG-7274 Native Symbian implementation of the QNativeSocketEngine / QAbstractSocketEngine
- Closed
- relates to
-
QTBUG-13645 Symbian: Connecting to network causes QML application framerate to drop considerably
- Closed