---
title: "What is a pre-requisite for connection pooling?"  
description: "What is a pre-requisite for connection pooling?"  
author: "Amit Singh"  
published: 2010-12-02  
updated: 2020-09-24  
canonical: https://www.mindstick.com/interview/276/what-is-a-pre-requisite-for-connection-pooling  
category: "ado.net"  
tags: ["ado.net"]  
reading_time: 1 minute  

---

# What is a pre-requisite for connection pooling?

The prerequisites for connection pooling are as follows:

There must be multiple processes to share the same connection describing the same parameters and security settings. \
The connection string must be identical.

## Answers

### Answer by hanmandlu vasani

The prerequisites for connection pooling are as follows:

There must be multiple processes to share the same connection describing the same parameters and security settings. \
The connection string must be identical.


---

Original Source: https://www.mindstick.com/interview/276/what-is-a-pre-requisite-for-connection-pooling

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
