[redland-dev] multiple iterators

Dave Beckett dave at dajobe.org
Fri Sep 28 04:20:22 BST 2007


Sebastian Trüg wrote:
> Hello,
> 
> can redland handle multiple open iterators on the same model at the same time 
> (same thread)?
> So for example, can I do something like this:
> 
> it1 = model.listStatements
> forall( it1 )
>   it2 = model.listOtherstatements
>   forall( it2 )
>      dosomething

Yes

Dave


More information about the redland-dev mailing list