Pergunta de entrevista da empresa Rightpoint

What is thread pooling and how do you make a thread safe?

Resposta da entrevista

Sigiloso

19 de mar. de 2024

Thread pooling is when we run our applications and then instead of creating new threads to execute the tasks, it used already existing threads to complete the tasks, This helps in memory management and processing time,