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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I guess not! After so many months of non-response, I guess I should just stay with my conclusion that it’s all good … if I can cope with the additional code complexity of handling async operations.
However, a proof of concept that puts some metrics around the difference using proper message size, data load and user load models, network infrastructure and server resources will be a very definitive approach.