Re: ANNOUNCE: DBI 1.54 RC4 - including cool new DBD::Gofer stateless proxy

2007-02-21 Thread Henri Asseily
FWIW, RC7 compiles fine on my MacBook Pro 10.4.8 with default Perl. Not surprising. Anyway, I wanted to discuss the Gofer http transport, where it relates to caching. In order to add seamless integration of a caching engine (squid, Redline accelerator, etc...), there are some issues.

Gofer resultset caching (especially http transport)

2007-02-21 Thread Tim Bunce
On Wed, Feb 21, 2007 at 12:20:00PM +0200, Henri Asseily wrote: In order to add seamless integration of a caching engine (squid, Redline accelerator, etc...), there are some issues. First, POST requests are never cached by Squid, and probably not by most other engines. POST is generally

Implementing the more_results method

2007-02-21 Thread Tim Bunce
FYI I've just added this info to the DBI::DBD docs: =head4 The more_results method If your driver doesn't support multiple result sets, then don't even implement this method. Otherwise, this method needs to get the statement handle ready to fetch results from the next result set, if there is