|
Posted by Erwin Moller on 06/08/06 12:04
lorento wrote:
> Ike wrote:
>> Is anyone aware of a means of connection pooling (to MySQL, say) in php?
>> Thanks, Ike
>
> Making a new connection at database server using much resources like
> memory and cpu.
>
> Connection pool is a cache of database connection. Instead of making
> new connection, database server reused the old connection. This method
> can increase performance and use few memory.
>
> regards,
>
> Lorento
I think the OP knows what a connectionpool is and what it is for.
Ike wants to know how/if to implement one with PHP for eg mySQL.
:-)
And I do not know the answer.
I never ran into performancetrouble that could be solved by
connectionpooling under PHP.
Maybe PEAR has some support for this?
Regards,
Erwin Moller
> --
> http://blogs.deshot.com
> http://www.mastervb.net
> http://www.groupvita.com
Navigation:
[Reply to this message]
|