To my understanding both terms describe the same thing, namely a service that retrieves and saves state in every operation call. But I could be wrong, so are there any differences between stateful and state-aware service?
Thank you
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’ve never heard of a distinction between the two. It’s usually “stateful” for me.
And services work best when they’re stateless – idempotent – right?