Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6150463
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T19:36:59+00:00 2026-05-23T19:36:59+00:00

After a certain event, I need to populate several data tables. Each table has

  • 0

After a certain event, I need to populate several data tables. Each table has an associated API method on the server that needs to be called in order to get its data. I don’t want to make these API calls one at a time. Is there a way to do this concurrently?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T19:37:00+00:00Added an answer on May 23, 2026 at 7:37 pm

    If you fire off the XHR requests for the data one after another they’ll be processed asynchronously which will I think achieve the same thing e.g.

    $.ajax({
      url: "dataSourceA",
      success: function(){
        // populate data table A
      }
    });
    
    $.ajax({
      url: "dataSourceB",
      success: function(){
        // populate data table B
      }
    });
    
    $.ajax({
      url: "dataSourceC",
      success: function(){
        // populate data table C
      }
    });
    

    Although the calls above are made in a sequence, the asynchronous behaviour of the underlying XHR requests means that the success callbacks won’t necessarily be called in the order above – they’ll be called in the order in which the server processes the requests – I think from your question that this is what you want…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm writing an VS add-in and I need to run a certain method after
i am using event-source rpc plugging for data pushing from server side after a
I need to find a date after a certain number of weeks. For example,
After certain R#-recommended edits R# colors the background of blocks of code in a
instead of a whole page refresh after a certain time, i'd just like a
I am wondering how can I hide/remove a tag after a certain amount of
I am counting words in a text field and after a certain amount of
I have a NSThread that i would like to timeout after a certain amount
I'm just wondering how I could remove everything after a certain substring in PHP
I'm writing a web application which contains a kind of schedule. After a certain

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.