On 6/15/07, Thomas <[EMAIL PROTECTED]> wrote:
Is this project still alive ?
I don't think anyone is currently working on it. The excitement about using threads kind of died down after we discovered they use more memory and are slower than the prefork model.
Will this be an Perl interface to apr_dbd ?
It wasn't intended to be. It was going to be a pool of DBI handles, assuming that those could be made shareable between threads. If your goal is to use apr_dbd from Perl, you should probably look at writing a DBD:: module that uses apr_dbd as a backend. - Perrin