Displaying 1 result from an estimated 1 matches for "multi_pgsql_pgc".
2010 Apr 14
4
PostgreSQL driver supporting [round-robin] load balancing and redundancy [LONG]
...mode=require ;;; \
host=2.2.2.2 dbname=mailgate user=mailgate_user password=secret sslmode=require
Leading and trailing whitespace in a connect sub-string is ignored.
Basic Operation
---------------
After having split the connect string, the driver creates a connection
structure (struct multi_pgsql_pgc) for each connection specification
contained in that and initiates an asynchronous connect for each. As
the actual connections become ready, they are put onto a (linked list)
(FIFO) queue of 'connections which are ready'. When a query is
submitted to the driver, the first connection structu...