Re: [Zope-dev] session concurrency

2003-11-28 Thread santi
I have never seen disappearing sessions -- but I must admit that we use our own session implementation - deriving from Zope's session but getting rid of the over-complex session management code. I've not explained very well. Session object doesn't disappears, just some data in session object

[Zope-dev] Re: Can we forsake database backward compatability on the head for a while?

2003-11-28 Thread Jim Fulton
Jim Fulton wrote: Zope 2.8 will not include the old BTree or intSet objects. I plan to arrange for this not to be a problem for old databases. Somehow, Zope 2.8 will convert these automatically. I haven't done this yet though. I'd like to merge the new-style ExtensionClass and ZODB 3.3 work

[Zope-dev] Heads up: about to merge new-style ExtensionClass and ZODB 3.3 into Zope 2 head

2003-11-28 Thread Jim Fulton
Hi, I'm just about to start writing the checkin logs for the merge of new-style ExtensionClass and ZODB 3.3 into the Zope 3 head. I expect the merge to be done within the next hour or two. Except for a test failure and some warnings pre-existing on the head, all of the tests and Zope runs. This

Re: [Zope-dev] Heads up: about to merge new-style ExtensionClass and ZODB 3.3 into Zope 2 head

2003-11-28 Thread Chris McDonough
On Fri, 2003-11-28 at 09:59, Jim Fulton wrote: Hi, I'm just about to start writing the checkin logs for the merge of new-style ExtensionClass and ZODB 3.3 into the Zope 3 head. I expect the merge to be done within the next hour or two. You mean the Zope 2 HEAD, correct?

Re: [Zope-dev] Heads up: about to merge new-style ExtensionClass and ZODB 3.3 into Zope 2 head

2003-11-28 Thread Jim Fulton
Chris McDonough wrote: On Fri, 2003-11-28 at 09:59, Jim Fulton wrote: Hi, I'm just about to start writing the checkin logs for the merge of new-style ExtensionClass and ZODB 3.3 into the Zope 3 head. I expect the merge to be done within the next hour or two. You mean the Zope 2 HEAD, correct?

[Zope-dev] Re: Heads up: about to merge new-style ExtensionClass and ZODB 3.3 into Zope 2 head

2003-11-28 Thread Jim Fulton
Jim Fulton wrote: Hi, I'm just about to start writing the checkin logs for the merge of new-style ExtensionClass and ZODB 3.3 into the Zope 2 head. I expect the merge to be done within the next hour or two. Done! Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO

Re: [Zope-dev] Heads up: about to merge new-style ExtensionClass and ZODB 3.3 into Zope 2 head

2003-11-28 Thread Florent Guillaume
In article [EMAIL PROTECTED] you write: As I mentioned in another message, old Zope 2 databases won't work on the head for a while until I have a chance to come up with a mechanism for converting ancient BTrees and intSets. Could you define ancient? Since what version have recent BTrees been