Re: Threading and ordering

Alex Milowski <alex@milowski.org> writes:

> What would the default be for this feature? 

I think the default would have to be 'ordered'.

That's consistent with 1.0 behavior and is the least surprising.

> I'd prefer the default to be ordered and if that was the case, it
> seems like it would rarely be used until someone say: Oh, to get
> this to work better turn on this obscure feature ...

Indeed. Though we can use the feature on steps like p:count so it
won't be that obscure. And it only applies to steps that take
sequences on input.

ordered=false:
  p:count
  p:sink
  p:split-sequence
  p:wrap-sequence
  p:xslt
  p:exec
  p:xquery

ordered=true:
  p:identity
  p:insert
  p:pack

ordered=i'm not sure:
  p:validate-with-xml-schema

                                        Be seeing you,
                                          norm

-- 
Norman Walsh
Lead Engineer
MarkLogic Corporation
Phone: +1 512 761 6676
www.marklogic.com

Received on Wednesday, 2 October 2013 14:01:56 UTC