cancel
Showing results for 
Search instead for 
Did you mean: 

How costly are suspended processes?

Former Member
0 Kudos

Hi There,

I am just asking myself how costly it is to have suspended processes waiting for a correlation.

In the sizer from SAP it is ondicated how much ressources it takes to runn ccBPs.

Does anyone know how much this is for processes being concurrently suspended? Does it only cost disk space or more?

Regards,

Helge

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

hi,

nomrmally using a BPM is to be avoided in XI as it has serious peroformance issues.

Reason : BPM runs on the ABAP stack while your Mapping is executed on the JAVA / J2EE STACK and so, for every transformation and SEND / RECEIVER step, a communication between ABAP and JAVA stack has to be done, and so, avoid BPM as much as possible.

If your BPM is going into a wait step, then again , that would be a drain of your memory as the active BPM will reside in the memory and this can lead to queue problems.

Regards,

Bhavesh

Answers (2)

Answers (2)

moorthy
Active Contributor
0 Kudos
Former Member
0 Kudos