Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QNetworkAccessManager requests order

QNetworkAccessManager requests order

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 562 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    chabo
    wrote on last edited by
    #1

    From documentation:
    QNetworkAccessManager queues the requests it receives. The number of requests executed in parallel is dependent on the protocol. Currently, for the HTTP protocol on desktop platforms, 6 requests are executed in parallel for one host/port combination.

    Is it possible to change order from FIFO to LIFO, means newer requests will be processed before older ones?

    kshegunovK 1 Reply Last reply
    0
    • C chabo

      From documentation:
      QNetworkAccessManager queues the requests it receives. The number of requests executed in parallel is dependent on the protocol. Currently, for the HTTP protocol on desktop platforms, 6 requests are executed in parallel for one host/port combination.

      Is it possible to change order from FIFO to LIFO, means newer requests will be processed before older ones?

      kshegunovK Offline
      kshegunovK Offline
      kshegunov
      Moderators
      wrote on last edited by
      #2

      @chabo said in QNetworkAccessManager requests order:

      Is it possible to change order from FIFO to LIFO, means newer requests will be processed before older ones?

      I don't believe so, no. You may want to try and implement that yourself.

      Read and abide by the Qt Code of Conduct

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved