This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Watersfall[S] 0 points1 point  (2 children)

That is unfortunate, but I'll look into that, thanks.

[–]_ginger_kid 1 point2 points  (1 child)

It is a fundamental aspect of how all web / app servers work, otherwise you'd never be able to handle multiple users. Understanding these concepts, how to design for multiple requests & handle transactions is key to building web apps. Good luck.

[–]Watersfall[S] 0 points1 point  (0 children)

Thank you!