This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Java in General and the fly likes Performance Issues with Java Debug API Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Performance Issues with Java Debug API" Watch "Performance Issues with Java Debug API" New topic
Author

Performance Issues with Java Debug API

aju jadhav
Greenhorn

Joined: Feb 03, 2010
Posts: 2
Hi,

I have written a small application using JDI in which I have added MethodEntryRequest and MethodExitRequest for certain classes. Now I am facing 2 issues

1) There is considerable drop in the performance of the target application because of my EventRequest. If page used to come up in 3 seconds now it takes almost 3 minutes. I don't know what am doing wrong here.
2) I can see lot of duplication invocation of both MethodEntryRequest and MethodExitRequest.

Can some one please help me on this? This is very urgent.

Thanks for help in advance
Rajesh.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Performance Issues with Java Debug API
 
Similar Threads
Business logic in PL/SQL?
improve the performance of a java web application
WebStart Performance issue
Improving web application performance
Problem : Memory Optimization in j2me application