Process Model performance
Hello, I'm working right now on increase the performance of my project and I'm been searching what could I do, in the academy the suggestions are, to replace subprocess for Startprocess etc.
Well, I have a few question that I could testing but i want to hear if anyone has this answers.
1: in a process model, if I put 3 script task with diferent action, does anyone knows if its better to put all in 1 script or is the same?
2: which is faster, put multiple nodes of smart service to Write no DSE or put 1 of Write to multipleDatastore?
3: I have seen multiple flows that do not need to wait for the previous node, is it viable to use the "AND" GATEWAY to execute multiple nodes at the same time and this shorten the time or has that affect the performance of the process?
