Artwork

Content provided by Salesforce Casts Podcast and Krishna Teja. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by Salesforce Casts Podcast and Krishna Teja or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://player.fm/legal.
Player FM - Podcast App
Go offline with the Player FM app!

Synchronous vs Asynchronous Programming in Salesforce

7:48
 
Share
 

Manage episode 222531555 series 2443977
Content provided by Salesforce Casts Podcast and Krishna Teja. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by Salesforce Casts Podcast and Krishna Teja or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://player.fm/legal.

In this episode let’s look into what’s Synchronous and Asynchronous Programming and how do we do it Salesforce platform.

Synchronous Programming

In Synchronous programming statements will be executed one after the other. Say, we have 10 lines of code, then each and every line will be execute one after the other. So first line has to be executed it's only then the execution jumps to the second line. Likewise, second line has to be executed, only after that execution jumps on to the third line, so one and so forth. So, If our first statement is dealing with fetching list of Account records, until we get the data, execution will not jump on to the next line.

Asynchronous Programming

Asynchronous Programming is a methodology in which statements will not be executed one after the other. let’s say we have 10 lines of code and one of the statements in these 10 lines is a setTimeout() statement and lets go with the assumption that we want it to get executed after 10 secs. Then the execution comes to this setTimeOut statement and the moment the execution hits this statement, we are telling the computer I want to run this function but I don’t want to do it at least for a 10000 milliseconds in the future. So once 10 seconds from now gets passed that’s when I want this statement to get executed.

Often we use this format of coding when we want to get data from other systems or when we make AJAX calls and etc. So we make the call and the thread doesn’t know when the response is going to comeback. This is Asynchronous Programming.

We also discussed about other things in this episode. Please check it out.

× × × SIIIICK ××× PIIIICKS × × ×

A concept inspired from wesbos

Subscribe

You can subscribe to my course at Salesforce Casts

Links:

  continue reading

28 episodes

Artwork
iconShare
 
Manage episode 222531555 series 2443977
Content provided by Salesforce Casts Podcast and Krishna Teja. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by Salesforce Casts Podcast and Krishna Teja or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://player.fm/legal.

In this episode let’s look into what’s Synchronous and Asynchronous Programming and how do we do it Salesforce platform.

Synchronous Programming

In Synchronous programming statements will be executed one after the other. Say, we have 10 lines of code, then each and every line will be execute one after the other. So first line has to be executed it's only then the execution jumps to the second line. Likewise, second line has to be executed, only after that execution jumps on to the third line, so one and so forth. So, If our first statement is dealing with fetching list of Account records, until we get the data, execution will not jump on to the next line.

Asynchronous Programming

Asynchronous Programming is a methodology in which statements will not be executed one after the other. let’s say we have 10 lines of code and one of the statements in these 10 lines is a setTimeout() statement and lets go with the assumption that we want it to get executed after 10 secs. Then the execution comes to this setTimeOut statement and the moment the execution hits this statement, we are telling the computer I want to run this function but I don’t want to do it at least for a 10000 milliseconds in the future. So once 10 seconds from now gets passed that’s when I want this statement to get executed.

Often we use this format of coding when we want to get data from other systems or when we make AJAX calls and etc. So we make the call and the thread doesn’t know when the response is going to comeback. This is Asynchronous Programming.

We also discussed about other things in this episode. Please check it out.

× × × SIIIICK ××× PIIIICKS × × ×

A concept inspired from wesbos

Subscribe

You can subscribe to my course at Salesforce Casts

Links:

  continue reading

28 episodes

All episodes

×
 
Loading …

Welcome to Player FM!

Player FM is scanning the web for high-quality podcasts for you to enjoy right now. It's the best podcast app and works on Android, iPhone, and the web. Signup to sync subscriptions across devices.

 

Quick Reference Guide