Re: What's next for Apache::Session

2000-04-28 Thread Jeffrey W. Baker
On Fri, 28 Apr 2000, Ajit Deshpande wrote: > On Fri, Apr 28, 2000 at 03:25:18PM -0700, Jeffrey W. Baker wrote: > > The next version of Apache::Session is almost ready. This version is > > dubbed 1.50 because of it's significant-but-not-outrageous changes. The > > changes from 1.03 are: > >

Re: What's next for Apache::Session

2000-04-28 Thread Bryan McGuire
ditto! - Original Message - From: Igor Chudov @ home <[EMAIL PROTECTED]> To: Jeffrey W. Baker <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, April 28, 2000 8:11 PM Subject: Re: What's next for Apache::Session > reuse of already open database handles

Re: What's next for Apache::Session

2000-04-28 Thread Ajit Deshpande
On Fri, Apr 28, 2000 at 03:25:18PM -0700, Jeffrey W. Baker wrote: > The next version of Apache::Session is almost ready. This version is > dubbed 1.50 because of it's significant-but-not-outrageous changes. The > changes from 1.03 are: <...> > 4) The DBI interface class has been modified to

Re: What's next for Apache::Session

2000-04-28 Thread Autarch
On Fri, 28 Apr 2000, Jeffrey W. Baker wrote: > That is all. I'm working on it this weekend if anyone has any more > suggestions. If you could make the name of the session table (and perhaps the columns as well) user configurable via some method other than editing the code that would be great.

What's next for Apache::Session

2000-04-28 Thread Jeffrey W. Baker
The next version of Apache::Session is almost ready. This version is dubbed 1.50 because of it's significant-but-not-outrageous changes. The changes from 1.03 are: 1) New backing stores can stash data in Berkeley DB via the BerkeleyDB module, or any dbm format via AnyDBM_File. 2) The ID genera