On Thu, 14 Aug 2003, David Wheeler wrote: > > On Thursday, August 14, 2003, at 11:39 AM, David Wheeler wrote: > > >> Caching can be useful in some applications, but it can also cause > >> problems and should be used with care. The exact behaviour of this > >> method is liable to change, so if you intend to use it in any > >> production applications you should discuss your needs on the > >> dbi-users mailing list. > > > > So, do I need to ask anyone other than you, Perrin? Tim, are you > > listening? Is this still somewhat experimental? > > Switching to connect_cached() seems to have made my problem with Apache > 1.3.28 go away Yay! Oh, and BTW, I am doing cleanup by running my > entire request in an eval: >
Yes, but there still is the open question of what is happening in there. > Rudy, I also find that the latest DBD::Pg in CVS compiles and tests > great on Mac OS X. We ready to package up 1.31_3 for general release on > CPAN? Sweet! Someone reported a minor bug today on dbi-users that I think we can pull in to 1.31_3. So that will leave just the random segfault in the bind_param() tests. > Now, one more question: when are we going to see support for > begin_work() in DBD::Pg? > After 1.31 goes out :) Start working on a 1.(4|5) which would include begin_work() -- Take a look at the TODO in cvs (and you can add supprort for the new command execution funtions to that). Rudy