Re: [MarkLogic Dev General] Map Operator and Concurrency

2012-10-22 Thread John Snelson
On 21/10/12 00:36, Ryan Dew wrote: Sorry, I realized my test was flawed and the map operator does seem to interfere with concurrency. Does anyone know if there is any benefit of using the map operator over a flwor other than simpler syntax? Generally the simple map operator is evaluated

[MarkLogic Dev General] Map Operator and Concurrency

2012-10-20 Thread Ryan Dew
I know that flwor statements in certain situations can block concurrency. I've done a couple simple tests that seem to indicate the map operator (!) in ML6 doesn't break concurrency, but does anyone know for certain if there is any difference with the map operator? -Ryan Dew

Re: [MarkLogic Dev General] Map Operator and Concurrency

2012-10-20 Thread Ryan Dew
Sorry, I realized my test was flawed and the map operator does seem to interfere with concurrency. Does anyone know if there is any benefit of using the map operator over a flwor other than simpler syntax? On Sat, Oct 20, 2012 at 5:22 PM, Ryan Dew ryan.j@gmail.com wrote: I know that flwor