Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

synchronous & asynchronous ---- very urgent

Former Member
0 Likes
540

Could any one answer my question.What is the difference between 1.Asynchronous and synchronous process.

2.Asynchronous and synchronous database update.

3. Asynchronous and synchronous method

Thanks & Regards

sai

Could any one answer my question.What is the difference between 1.Asynchronous and synchronous process.

2.Asynchronous and synchronous database update.

3. Asynchronous and synchronous method

Thanks & Regards

sai

2 REPLIES 2
Read only

Former Member
0 Likes
505

simple diffrence

1. when you update database in syn mode it will wait for response from database andthen process next record

2. in asyn - no waiting for the response from data base

comparig with syn asyn is faster .

when comming to the point of database intigrity syn is good

Read only

Former Member
0 Likes
505

Asynchronous Update – The program does not wait for the work process to finish the update. Commit Work.

Synchronous Update – The program wait for the work process to finish the update. Commit Work and Wait.

Check this link for more details.

http://fuller.mit.edu/tech/sync_asynchronous.html

Regards,

Maha