0 votes
in Dot Net by
What are the basic requirements for connection pooling?

1 Answer

0 votes
by

The following two requirements must be fulfilled for connection pooling:

  1. There must be multiple processes to share the same connection describing the same parameters and security settings.
  2. The connection string must be identical.
...