Displaying 1 result from an estimated 1 matches for "pg_conf".
Did you mean:
g_conf
2011 Jun 06
1
RPostgreSQL && snowfall
Dear expeRts,
I'm currently trying to get data from a PostgreSQL database _in parallel_.
I tried two methods:
* passing the DBI Connection object to the cluster nodes
* connecting the the DB on each node
(1)
The execution of the first method looks like this:
> result = sfClusterApplyLB(input, fun, dbiCon)
and produces an "expired PostgreSQLConnection" error.
(Of course the