---
title: "when do i uses a synchronus versus asynchronus request?"  
description: "when do i uses a synchronus versus asynchronus request?"  
author: "Rajesh Goswami"  
published: 2010-10-19  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/44/when-do-i-uses-a-synchronus-versus-asynchronus-request  
category: "ajax"  
tags: ["ajax"]  
reading_time: 1 minute  

---

# when do i uses a synchronus versus asynchronus request?

There are two ways that Ajax can access the server. These are synchronous (wnere the script stops and waits for the server to send back a reply before continuing) and asynchronous (where the script allows the page to continue to be processed and will handle the reply if and when it arrives).

## Answers

### Answer by Varun Agrawal

There are two ways that Ajax can access the server. These are synchronous (wnere the script stops and waits for the server to send back a reply before continuing) and asynchronous (where the script allows the page to continue to be processed and will handle the reply if and when it arrives).

### Answer by Varun Agrawal

http://javascript.about.com/od/ajax/a/ajaxasyn.htm\
\
check this link


---

Original Source: https://www.mindstick.com/interview/44/when-do-i-uses-a-synchronus-versus-asynchronus-request

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
