[redland-dev] multiple iterators

Sebastian Trüg strueg at mandriva.com
Tue Sep 25 11:24:51 BST 2007


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

Cheers,
Sebastian


More information about the redland-dev mailing list