HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

How vanilla make db connection pooling ?

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.

Sign In or Register to comment.