This video is to describe the basics of application thread and how they play a crucial role in defining the performance of software application. I am talking about concurrent and parallel processing. Also how thread per request model is different with event loop model. Which model to choose for which type of application. Which blocks application and which can be non-blocking.