Search results for "module:DBD::Gofer::Policy::classic"
DBD::Gofer::Policy::classic - The 'classic' policy for DBD::Gofer
Temporary docs: See the source code for list of policies and their defaults. In a future version the policies and their defaults will be defined in the pod and parsed out at load-time....
TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC
DBD::Gofer - A stateless-proxy driver for communicating with a remote DBI
DBD::Gofer is a DBI database driver that forwards requests to another DBI driver, usually in a separate process, often on a separate machine. It tries to be as transparent as possible so it appears that you are using the remote driver directly. DBD::...
TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC
DBD::Gofer::Policy::pedantic - The 'pedantic' policy for DBD::Gofer
The "pedantic" policy tries to be as transparent as possible. To do this it makes round-trips to the server for almost every DBI method call. This is the best policy to use when first testing existing code with Gofer. Once it's working well you shoul...
TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC
DBD::Gofer::Policy::Base - Base class for DBD::Gofer policies
DBD::Gofer can be configured via a 'policy' mechanism that allows you to fine-tune the number of round-trips to the Gofer server. The policies are grouped into classes (which may be subclassed) and referenced by the name of the class. The DBD::Gofer:...
TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC