How vanilla make db connection pooling ?
How the DB connection pooling is being handled at the vanilla end?
Would appreciate your inputs here.
0
How the DB connection pooling is being handled at the vanilla end?
Would appreciate your inputs here.
Comments
PDO has persistent connection, technically you can do master slave in vanilla.
However you are better of not using the framework for this sort of management use a database proxy instead, allow the framework to be agnostic of this kind of thing.
grep is your friend.