PHP Connection Pooling
Moderator: General Moderators
- thomas777neo
- Forum Contributor
- Posts: 214
- Joined: Mon Mar 10, 2003 6:12 am
- Location: Johannesburg,South Africa
PHP Connection Pooling
Like Java, can Php also use connection pooling.
- thomas777neo
- Forum Contributor
- Posts: 214
- Joined: Mon Mar 10, 2003 6:12 am
- Location: Johannesburg,South Africa
RE:pooling
I don't really want to create a persistant connection. I want to create say 5 connections. If I am going to execute a query I can simply fetch one of the available connections, use it and then put it back into the pool.
So instead of creating one persistant connection, or connecting everytime. Just fetch a connection and put it back.
So instead of creating one persistant connection, or connecting everytime. Just fetch a connection and put it back.