Re: [MailboxAPI] MessageResult and lazy loading iterators

2007-11-25 Thread Robert Burrell Donkin
On Nov 25, 2007 7:44 AM, Bernd Fondermann <[EMAIL PROTECTED]> wrote: > On Nov 24, 2007 9:04 AM, Robert Burrell Donkin > > <[EMAIL PROTECTED]> wrote: > > On Nov 21, 2007 4:30 PM, Robert Burrell Donkin > > <[EMAIL PROTECTED]> wrote: > > > i've committed the change from arrays to iterators. the next s

Re: [MailboxAPI] MessageResult and lazy loading iterators

2007-11-24 Thread Bernd Fondermann
On Nov 24, 2007 9:04 AM, Robert Burrell Donkin <[EMAIL PROTECTED]> wrote: > On Nov 21, 2007 4:30 PM, Robert Burrell Donkin > <[EMAIL PROTECTED]> wrote: > > i've committed the change from arrays to iterators. the next step is > > to switch torque to load the heavy data (body and headers) upon > > it

Re: [MailboxAPI] MessageResult and lazy loading iterators

2007-11-24 Thread Robert Burrell Donkin
On Nov 21, 2007 4:30 PM, Robert Burrell Donkin <[EMAIL PROTECTED]> wrote: > i've committed the change from arrays to iterators. the next step is > to switch torque to load the heavy data (body and headers) upon > iteration. > > loading the heavy data may fail and this failure will occur not during

[MailboxAPI] MessageResult and lazy loading iterators

2007-11-21 Thread Robert Burrell Donkin
i've committed the change from arrays to iterators. the next step is to switch torque to load the heavy data (body and headers) upon iteration. loading the heavy data may fail and this failure will occur not during the initial fetch but upon iteration. so, a strategy is needed to handle exceptions