---
title: "What is a pre-requisite for connection pooling?"  
description: "What is a pre-requisite for connection pooling?"  
author: "Anonymous User"  
published: 2011-05-10  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/862/what-is-a-pre-requisite-for-connection-pooling  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# What is a pre-requisite for connection pooling?

Multiple processes must agree that they will share the same connection, where every parameter is the same, including the security settings.

## Answers

### Answer by Anonymous User

Multiple processes must agree that they will share the same connection, where every parameter is the same, including the security settings.


---

Original Source: https://www.mindstick.com/interview/862/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.
