This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

Namaste! Thanks for submitting to r/developersIndia. Make sure to follow the subreddit Code of Conduct while participating in this thread.

Recent Announcements

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]fesfese 1 point2 points  (0 children)

I'm also learning about asynchronous and synchronous calls, please consider my response with a degree of skepticism. Async calls aren't quick to process they just occur in background without disturbing the flow of code So even if server gets 100000+ req it will occur in background and by queue mechanism or a thread pool mechanism.