Hi,

I have the following quesiton o Stackoverflow[1]

Do you have any suggestions on this?


0down votefavorite
<https://stackoverflow.com/questions/47462430/wso2-ei-performance-issues-for-iterate-mediator-with-a-huge-number-of-nodes#>

Is there any performance implication on using the iterate mediator with
very huge list of nodes? More than 1000 nodes like below:

<parent>
  <child>
    <a></a>
  </child>
  <!-- N Child Nodes -->

</parent>

For each child node we need to perform some validation steps and invoke a
WS.

The first implication I see is the number of threads it is going to create
this can be a problem depending on the number of nodes that will be
iterated over.

In case this is an issue, Is there any suggestion on how to deal with this
kind of scenario on WSO2 EI?

Thanks in advance,

Thanks,

[1]
https://stackoverflow.com/questions/47462430/wso2-ei-performance-issues-for-iterate-mediator-with-a-huge-number-of-nodes

-- 
Francisco Ribeiro
*SCEA|SCJP|SCWCD|IBM Certified SOA Associate*
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to