Anatomy of a Request: A deep dive of a http request processing from the Backend side
Published on
- Woah! That is a ton of computation.
- On Client: Creating the payload, encryption (write copy), loading in kernel space, sending the data
- On backend: Received the data, reading to the user space, decryption, decoding (serialization) of the body.
- So many steps are there, the speaker rightly said, its a fascinating field, the more you go deeper, the more stuff is there to explore and learn.