Results 1 to 4 of 4

Thread: QNetworkAccessManager - how to enable more than 6 connections

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2011
    Posts
    86
    Thanks
    4
    Thanked 4 Times in 4 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Windows

    Default QNetworkAccessManager - how to enable more than 6 connections

    Hello, I'm trying to cooperate with very busy web server. I send get and post requests to it and wait few seconds for response. If there is no response I'm doing what I would do in a web browser - send request again. I think that this is an equivalent to refreshing page. But there is a problem. In HttpAnalyzerStdV7 I can see http requests and responds. It looks like QNetworkAccessManager let me sends only 6 requests at once and only when server responds after about 120 seconds with 504 - http timeout code I can send a new one. How can I abandon old request? I thought that deleting QNetworkReply would be enough but it doesn't work. Any suggestions?
    Last edited by code_err; 28th December 2015 at 11:17.

Similar Threads

  1. Replies: 8
    Last Post: 8th July 2013, 08:51
  2. How to use QNetworkAccesManager ??
    By sliverTwist in forum Newbie
    Replies: 3
    Last Post: 30th March 2013, 06:00
  3. disable enable network connections?
    By remy06 in forum Qt Programming
    Replies: 2
    Last Post: 8th May 2009, 17:52
  4. DLL Connections
    By TheGrimace in forum Qt Programming
    Replies: 1
    Last Post: 20th June 2007, 15:39
  5. # of connections?
    By gfunk in forum Qt Programming
    Replies: 1
    Last Post: 2nd August 2006, 23:31

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.