What is connection pooling?

devquora
devquora

Posted On: Feb 22, 2018

 

Connection pooling is used for maintaining database connections that can be reused in the future. There are a few requirements for executing connection pooling. Firstly, there should be multiple processing for sharing the same connection. They must have similar processing and security requirements. The string used for connection should be the same.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    .NET Interview Questions

    What is .NET?

    .NET is a software development framework by Microsoft...

    .NET Interview Questions

    What are the purposes of using .NET?

    .NET is used for creating web applications, Windows mobile, and Store applications, Windows Desktop..

    .NET Interview Questions

    How is .NET able to support a lot of languages?

    .NET is equipped with Microsoft Intermediate Language (MISL) that has got codes compiled within itself...