FrontBackGeek

Difference between Multithread and single thread or event driven model

FrontBackGeek 3 years ago

Multi thread model Request with listener worker thread | lock application. Using incoming request model. Multi threaded server might block the request which might involve multiple events. Using context switching….

FrontBackGeek

What is Multi thread model and what are the limitations ?

FrontBackGeek 3 years ago

In a Multi thread model the server assign incoming requests to a new thread similar as a client server architecture, the user generate a request by interaction with the application…