On Fri, Sep 05, 2003 at 11:13:31PM +0200, Jeremy Arnold wrote: > Hello, > "Number of Connections in Pool" is the number of database > connections which will be created. These connections get put in a pool, > and each request will grab a connection from the pool, use it, and then > put the connection back in to the pool. >
What happens if one request has this number set to 10 and another one (with the same DB Url, user and password) to 50 ? Richard. -- "First they ignore you. Then they laugh at you. Then they fight you. Then you win." - Mohandas Gandhi. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

