[erlang-questions] Postgres Client
Anton Lebedevich
mabrek@REDACTED
Thu Mar 7 10:13:10 CET 2013
On 03/06/2013 07:32 PM, Tristan Sloughter wrote:
> Using epgsql I recently had a crash in pgsql_connection that I am not
> yet sure of a good way to reproduce to test possible
> solutions, https://github.com/wg/epgsql/issues/25
Timeout support is incomplete in wg/epgsql.
I'm supporting experimental asynchronous reimplementation of epgsql at:
https://github.com/mabrek/epgsql
Timeouts are hard, there are a lot of corner cases in state
synchronization between server point of view and driver's one. I made 2
attempts to implement them properly and both failed. So my fork doesn't
support timeouts too.
Regards,
Anton Lebedevich.
More information about the erlang-questions
mailing list