on ‎2009 Aug 10 10:10 AM
Hi All,
I few queries:
1) Difference between Synchronous & ASynchronous communication?
2) How should we decide whether it is a Sync or Async scenario?
Regards,
Sreedhar.
Request clarification before answering.
>>1) Difference between Synchronous & ASynchronous communication?
A simple search would have got you the answer.... Sync is two way communication i.e. you send a request and get a response back... Async is one way communication i.e. no response is sent from the receiver...
>>2) How should we decide whether it is a Sync or Async scenario?
Depends upon the system and the business use case... you cannot receive a response from file system.. so Sync can't designed on File system.. DB can have both Sync and Async but again the business logic only decides to choose the scenario type. there is no thumb rule for this..
~SaNv...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.