[redland-dev] multiple iterators
Sebastian Trüg
strueg at mandriva.com
Fri Sep 28 09:15:22 BST 2007
On Friday 28 September 2007 05:20:22 Dave Beckett wrote:
> 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
great. thanks. :)
More information about the redland-dev
mailing list