Author: timbo Date: Fri Mar 23 08:36:11 2007 New Revision: 9315 Removed: dbi/trunk/lib/DBD/Gofer/Transport/http.pm dbi/trunk/lib/DBI/Gofer/Transport/mod_perl.pm Modified: dbi/trunk/lib/DBD/Gofer.pm
Log: Remove DBD/Gofer/Transport/http and DBI/Gofer/Transport/mod_perl as they now have a separate distribution. Modified: dbi/trunk/lib/DBD/Gofer.pm ============================================================================== --- dbi/trunk/lib/DBD/Gofer.pm (original) +++ dbi/trunk/lib/DBD/Gofer.pm Fri Mar 23 08:36:11 2007 @@ -931,6 +931,8 @@ Sometimes the transports on the DBD and DBI sides may have different names. For example DBD::Gofer::Transport::http is typically used with DBI::Gofer::Transport::mod_perl +(DBD::Gofer::Transport::http and DBI::Gofer::Transport::mod_perl modules are +part of the GoferTransport-http distribution). =head2 Bundled Transports @@ -981,16 +983,13 @@ See L</DBI_AUTOPROXY> below for an example. -=head3 http - -The http driver uses the http protocol to send Gofer requests and receive replies. +=head2 Other Transports -It's also very likely that this transport will support safe timeouts in future. XXX +=head3 http -The DBI::Gofer::Transport::mod_perl module implements the corresponding server-side -transport. +See the GoferTransport-http distribution on CPAN. -=head2 Other Transports +=head3 Gearman I know Ask Bj�rn Hansen has implemented a transport for the gearman distributed job system. (Not yet on CPAN.)
