[Zope3-Users] Re: Re: Blobs in Z3 anyone?

2006-04-20 Thread Martin Aspeli
On Thu, 20 Apr 2006 04:35:47 +0100, Chris McDonough [EMAIL PROTECTED] wrote: The zodb code is on the blob-merge-branch of ZODB in Zope's subversion repository. I'm not sure when it's going to land in an actual ZODB release. I'm fighting a bunch of fires at the moment and it's on the

Re: [Zope3-Users] Re: Re: Blobs in Z3 anyone?

2006-04-20 Thread Chris McDonough
On Apr 20, 2006, at 3:33 AM, Martin Aspeli wrote: On Thu, 20 Apr 2006 04:35:47 +0100, Chris McDonough [EMAIL PROTECTED] wrote: The zodb code is on the blob-merge-branch of ZODB in Zope's subversion repository. I'm not sure when it's going to land in an actual ZODB release. I'm fighting

[Zope3-Users] Re: Re: Blobs in Z3 anyone?

2006-04-20 Thread Rocky Burt
Based on these thoughts... am I correct in assuming that somewhere Zope3 makes file objects implement IStreamIterator? And if that is indeed the case, would this approach work the same way on both Zope2.x and Zope3.x ? - Rocky On Thu, 2006-20-04 at 03:54 -0400, Chris McDonough wrote: On Apr

Re: [Zope3-Users] Re: Re: Blobs in Z3 anyone?

2006-04-20 Thread David Pratt
Hi Chris. This is great! I'll check this out. It would be great however if I could get a clearer picture of large file handling in Z3. Is there an equivalent IStreamIterator in Z3 or not? I am still trying to determine this from the dialog. If not, can someone please explain what had been

Re: [Zope3-Users] Re: Re: Blobs in Z3 anyone?

2006-04-20 Thread Chris McDonough
In z3, apparently you just return a file from your code and the publisher knows enough to send it efficiently. - C On Apr 20, 2006, at 8:15 AM, David Pratt wrote: Hi Chris. This is great! I'll check this out. It would be great however if I could get a clearer picture of large file handling

Re: [Zope3-Users] Re: Re: Blobs in Z3 anyone?

2006-04-20 Thread David Pratt
Ok, great. Chris, let me know if I can help out at all on this project. Regards, David Chris McDonough wrote: In z3, apparently you just return a file from your code and the publisher knows enough to send it efficiently. - C On Apr 20, 2006, at 8:15 AM, David Pratt wrote: Hi Chris. This is