[erlang-questions] Erlang - Postgresql Driver

Christian chsu79@REDACTED
Wed Sep 10 11:45:53 CEST 2008


A potential problem with the pgsql driver design  (Apart from other
suckyness) is that it is completely synchronous in the protocol.

The postgres FE/BE protocol allow you to pipeline requests.

Databases also tend to perform better with slight connection pooling.



More information about the erlang-questions mailing list