Dear All,
As we all know that performance of appendToDocumentList service is a bottleneck if we are using it on a loop in which we are having 1000 + records and in webMethods 6 & 7 versions.
Up-to my understanding it uses below logic in java for its implementation.
A list is implemented as a Java array. When another item is added to the list, a new array, original array length + 1, is allocated and the references from the original array are copied over.
And as per the webMethods performance documents, the performance is purely dependant on JVM rather webMethods IS.
Did anyone see any performance issues with this service in wM8 or above versions.
Kindly share your views on this thread.
Thanks,
#Integration-Server-and-ESB#Flow-and-Java-services#webMethods