request-response Questions
2
I am looking into django middleware codebase. I looked into following diagram
So, the diagram is quite clear.
But I have some questions
What happens when exception comes in process_request() m...
Vivisection asked 19/3, 2018 at 14:46
2
Im curious to understand the implementation of GCP's PubSub. Although Pubsub seems to point to follow a Publish-Subscribe design pattern, it seems more close to AWS's SQS (queue) than AWS SNS (that...
Dedicate asked 14/9, 2020 at 14:35
1
Solved
Q1
I know the fundamental different between event based vs request based/driven architecture. Question is if the Request-based always done in synchronously while the Event-based is always done in ...
Mazurek asked 25/2, 2019 at 21:53
1
© 2022 - 2024 — McMap. All rights reserved.