hi all
Say,
if i need to create some lakhs of processes, say for performance testing, should i use a single session for concurrent threads(1000) doing creation of processes.
I have enabled persistence with oracle 11g, no history logging.
My doubt is
In sessioninfo table, as last notified time is updated for every process completion. This could be a bottleneck for me r8?
So,
Should i create all processes in same session or for ech process creation should i start new session. And is there any option to avoid the session last notified time getting updated
Becuase without persistence for my scenario i get a tps of around 2200 and with persistence just 20 and response time keeps increasing.
I am using JBPM 5.2
I am beginner and hope u could help me,