2008 Jan 06 2:30 PM
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
2008 Jan 06 3:17 PM
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
2008 Jan 06 7:15 PM
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