On Wednesday 10 May 2006 13:19, Erwin Manurung wrote:
> Hi,
>
> I need help to create a connection pooling from PHP to Mysql database,
> using Apache 2.x as the web server,
> Any idea about this ??

Yes.  As soon as PHP supports the mod_dbd and apr_dbd API, you'll
have that for free.

But bear in mind that connection pooling is only relevant in a threaded
environment, and PHP + threads is bad news.

-- 
Nick Kew

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to