mysql-native v2.1.0

bauss jj_1337 at live.dk
Thu Mar 8 16:14:02 UTC 2018


On Thursday, 8 March 2018 at 15:09:07 UTC, Steven Schveighoffer 
wrote:
> The point of a pool is to avoid some costly setup. In my case, 
> I'm not even closing the connection because I feel the "cost" 
> of allocating a connection from the heap isn't worth worrying 
> about. But I also limit the pool so it's only going to allow X 
> concurrent Db connections per thread.
>
> -Steve

If you limit the amount of concurrent db connections will the 
task wait until a connection can be acquired or will it throw an 
exception?


More information about the Digitalmars-d-announce mailing list