cancel
Showing results for 
Search instead for 
Did you mean: 

com.sap.mdm.notification.EventDispatcher

Former Member
0 Kudos

Lately, we have launched a Web Dynpro application that using MDM Java API and MDM BP. Unfortunately, high CPU utilization was detected.

A check on the thread dump trace always show existence of 2 threads from the class com.sap.mdm.notification.EventDispatcher.

I'm wondering what is this class thread for, as it is not used in the application coding.

Any help would be much appreciated.

Thanks.

- julius

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

no definite answer.

Former Member
0 Kudos

This should not be the reason for any problem related to CPU Utilization. This is used internally by MDM.

Please read - http://help.sap.com/javadocs/MDM71/current/API/com/sap/mdm/notification/EventDispatcher.html

Former Member
0 Kudos

Hi,

Thanks for your reply.

However, i'm still a bit confused as which part of "internal MDM" that used the EventDispatcher. As i'm aware of, my MDM application coding doesnt used it explicitly. We are also making used of MDM Business Package in portal. If it's from MDM BP, i'm wondering which component in BP that used it?

Thanks.

- julius