[racket] db connection pools

From: George Neuner (gneuner2 at comcast.net)
Date: Fri Jan 16 03:13:44 EST 2015

Hi all,

Does anything have to be done to safely shutdown a connection pool and 
close idle connections?   The documentation (6.0.1) says new connections 
are opened under the custodian that initialized the pool, but nothing 
directly is said about what happens when the custodian terminates, and 
there is no mention of a shutdown call. Can I assume that the idle 
connections are closed automatically?

Also, it is mentioned that an exception is thrown if 
connection-pool-lease fails, but not what exception.

Thanks,
George

Posted on the users mailing list.