136
Views
3
Comments
asynchronous
Question

is mobile application is asynchronous or synchronous and reactive web as well? i just want to know the difference

2022-07-22 08-49-20
Laura Fidalgo

Hi,

You can have asynchronous logic and synchronous logic in both.

If you use timers or processes, you'll have asynchronous logic, for example.

Cheers

2023-03-16 16-29-51
Paulo Rosário

Hello Chappa,

Asynchronous means that tasks can be performed independently and in parallel, without blocking the main execution thread. In the context of computing, this means that multiple actions can occur at the same time, without one task waiting for another to complete. This allows for more efficient use of system resources and can lead to a more responsive and user-friendly experience in applications. 

Both Mobile apps and Reactive web applications can be asynchronous, meaning that they can handle multiple tasks at the same time without blocking the main thread. 

Hope it helps!

Paulo Rosário

2025-10-18 11-13-53
Ramesh subramanian


Hi chappa sairajesh,

please check this link and get some idea about asynchronous 

https://www.outsystems.com/forums/discussion/73615/why-reactive-web-follows-asynchronous-programming/

Thanks,

Ramesh


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.