Re: [racket] Possible bug with DB virtual-connections and connection-pools

2014-06-16 Thread Curtis Dutton
Thank you for taking a look. For my scenario, your fix is great for me. It is a rare occurrence when this problem occurs, and the end result is that a user of my websites has to hit the refresh button once. On Thu, Jun 12, 2014 at 7:02 PM, Ryan Culpepper wrote: > On 06/11/2014 11:40 AM, Curtis

Re: [racket] Possible bug with DB virtual-connections and connection-pools

2014-06-12 Thread Ryan Culpepper
On 06/11/2014 11:40 AM, Curtis Dutton wrote: I ran into a problem while using virtual-connections with connection-pooling in my webserver. With a postgres database. If the database itself gets restarted after a connection is formed from the webserver, then I cannot re-establish a connection afte

[racket] Possible bug with DB virtual-connections and connection-pools

2014-06-11 Thread Curtis Dutton
I ran into a problem while using virtual-connections with connection-pooling in my webserver. With a postgres database. If the database itself gets restarted after a connection is formed from the webserver, then I cannot re-establish a connection afterword. In production the database and webserv