Async Call To Services

Posted by Pita.O on Stack Overflow See other posts from Stack Overflow or by Pita.O
Published on 2010-03-12T22:55:52Z Indexed on 2010/03/12 22:57 UTC
Read the original article Hit count: 492

Filed under:
|
|

Hi Is there any time it would not be a good idea to call web services async? My data layer is a REST-based interface and I thinking of adopting an async-only approach to all the CRUD in the system. Is there anything I should know?

© Stack Overflow or respective owner

Related posts about asynchronous

Related posts about async