"Markus Hoenicka" <[EMAIL PROTECTED]> writes on 
Fri, 21 Apr 2006 21:46:48 +0200 (METDST):

> Hi Greg,
> 
> I'm afraid there is no such support in the library. Looking at Google
> and at the MySQL docs I couldn't even figure out how persistent
> connections are created.


It's just a pooling of a long living enviroment, eg in http servers. Usually 
the server spawns a number of processes that server multiple requests. Each of 
these processes may now have a pool of DB connections. Whenever the client API 
request a connection with the same connection parameters as a previous request 
it will return this connection from the pool. Otherwise it will create a new 
connection and add it to the pool.


> Are there any C code samples out there that accomplish this?


The code for the PHP DB extensions?

Masi 


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
libdbi-users mailing list
libdbi-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libdbi-users

Reply via email to