Re: [Zope-dev] Re: [Zope-Coders] Collector Status Meanings

2004-07-30 Thread Dieter Maurer
Ken Manheimer wrote at 2004-7-30 11:50 -0400: >On Fri, 30 Jul 2004, Chris Withers wrote: > ... >My intent for the states is different from what you suggested, in some >cases significantly. I like your intents! -- Dieter ___ Zope-Dev maillist - [EMAIL

Re: [Zope-dev] Are input streams seekable in Zope?

2004-07-30 Thread Dieter Maurer
Ames Andreas (MPA/DF) wrote at 2004-7-30 15:44 +0200: >I've stumbled over some code in Zope 2.7.0 that seems to suggest that >input streams are meant to be seekable. In an extension I wrote for >ZServer, i.e. AJPServer, I throw an exception when this is tried and >I'm quite sure the call to seek w

[Zope-dev] Re: Are input streams seekable in Zope?

2004-07-30 Thread Tres Seaver
Ames Andreas (MPA/DF) wrote: I've stumbled over some code in Zope 2.7.0 that seems to suggest that input streams are meant to be seekable. In an extension I wrote for ZServer, i.e. AJPServer, I throw an exception when this is tried and I'm quite sure the call to seek wasn't there in 2.6.x. I foun

[Zope-dev] Re: [ZC] 1223/ 8 Reject "Problem with meta_type"

2004-07-30 Thread Chris Withers
Gareth Bult wrote: Out here in the real world, in this specific case, apparently it doesn't make things worse .. I go from not working at all, to working apparently 100% .. without having to scrap my DB or write code to scan for items with missing meta_types and create them... In your real world m

Re: [Zope-dev] Re: [Zope-Coders] Collector Status Meanings

2004-07-30 Thread Chris McDonough
These definitions are how I've understood them since the inception of the collector. What I think Chris wants to do is to have a state that means "pending rejection". He has defined "deferred" to mean this. I would prefer an explicit "pending rejection" state, FWIW. - C On Fri, 2004-07-30 at

Re: [Zope-dev] Re: [Zope-Coders] Collector Status Meanings

2004-07-30 Thread Fred Drake
On Fri, 30 Jul 2004 11:50:57 -0400 (EDT), Ken Manheimer <[EMAIL PROTECTED]> wrote: > Accepted: Issues that some supporter(s) has responsibility for resolving > it, and it is not yet resolved. > > Your description says that some supporter has assessed the > iss

[Zope-dev] Re: [Zope-Coders] Collector Status Meanings

2004-07-30 Thread Ken Manheimer
On Fri, 30 Jul 2004, Chris Withers wrote: > Apologies for the cross-posting, but I think this is relevent to all > these lists. I think this is a valuable discussion. I don't think cross-posted discussions work, though, so i'm replying in the various groups (except zope-collector-monitor, whi

Re: [Zope-dev] Collector Status Meanings

2004-07-30 Thread Marc Lindahl
I would put my $0.02 for a 'tested' state, entered from Resolved. So from resolved you could 'resubmit' back to pending or accepted, or go to tested. This because it does happen, that someone *thinks* they have fixed something, but didn't test it thoroughly (there are usually way to many comb

[Zope-dev] Collector Status Meanings

2004-07-30 Thread Chris Withers
Hi All, Apologies for the cross-posting, but I think this is relevent to all these lists. I've summarised the meaning of the various collector states here: http://dev.zope.org/CVS/CollectorStatuses Please let me know if you disagre with any of that, although I'm pretty sure they're right and wil

[Zope-dev] Re: [ZC] 1223/ 8 Reject "Problem with meta_type"

2004-07-30 Thread Chris Withers
Gareth Bult wrote: Actually, this should be rejected. A Zope object without a meta_type has some pretty serious issues ;-) Interesting statement - not that I disagree .. but my question is - does a Zope that crashes when it could (with a one-line change) be made not to crash have *more* serious iss

[Zope-dev] Are input streams seekable in Zope?

2004-07-30 Thread Ames Andreas (MPA/DF)
Hi, I've stumbled over some code in Zope 2.7.0 that seems to suggest that input streams are meant to be seekable. In an extension I wrote for ZServer, i.e. AJPServer, I throw an exception when this is tried and I'm quite sure the call to seek wasn't there in 2.6.x. I found the call to seek in ZP