Member since
07-18-2017
16
Posts
0
Kudos Received
0
Solutions
07-17-2018
10:56 PM
Thanks @ashok.kumar . I accepted the @onScheduled answer
... View more
01-18-2018
09:07 PM
@Matt Burgess Any insights about how you expect the behavior with "Maximum Timer Driven Thread Count = 1" and two processor with (Max Concurrrent Tasks = 1) ? Any pointers will be greatly appreciated
... View more
11-16-2017
05:32 PM
Thanks @Shu that was really helpful.. I am just wondering that when I set the number of threads of the whole instance to 1 and I have two processors connected to each other they still manage to somehow run concurrently .. The first processor takes on average 2.5 seconds per input and the second processors takes on average 4.5 seconds.. I gave it 100 inputs and I was expecting it to finish in around 700 seconds (i.e., sequential execution) but it still manages to finish in 480 seconds which suggests that each processor is using a separate thread and they do not wait on each other. Am I missing something here ?
... View more