Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What are the basic requirements for connection pooling?
Home
Dot Net
What are the basic requirements for connection pooling?
0
votes
asked
Sep 23, 2023
in
Dot Net
by
Robin
What are the basic requirements for connection pooling?
connectionpooling
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 23, 2023
by
Robin
The following two requirements must be fulfilled for connection pooling:
There must be multiple processes to share the same connection describing the same parameters and security settings.
The connection string must be identical.
...