On Tuesday, October 22, 2013 11:15:50 AM UTC-7, Michael Lang wrote: > > Hmmm...Sequel most likely is removing the connection from the pool and > thus re-establishing with a new connection, because its only one connection > and the app works if I resubmit the page that failed. Any suggestions for > mitigating this so that it happens within same request and application flow > is not interrupted? I could turn off SSL as I don't need encryption on > localhost <=> localhost. >
Turning off SSL if you are connecting to localhost should be fine. If you leave the host completely empty, it should try to connect using the unix socket. If that doesn't solve the issue, look into the connection_validator extension, but if you are connecting to localhost you shouldn't need it. Thanks, Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/groups/opt_out.
