Skip to main content



      Home
Home » Language IDEs » AspectJ » performance issue with around Advice
performance issue with around Advice [message #68882] Mon, 11 December 2006 05:29
Eclipse UserFriend
Hi,

I just added aspectJ nature for my medium size project
, which will be accessed by around 1000's of users.

I am using around advice on one method in my base struts action class.

But performance of my application is down.
And this is not the problem of code inside advice block, as this block is
just calling some local methods, no db access.

Can you suggest me anything, like shall i use before and after instead of
around, or is there any optimizing setting that i can do ?

And can i stop this aspectJ without stopping my server ? My server is
using
these instrumented classes.

Thank you,
Mithun
Previous Topic:NPE when exporting a product with AspectJ support
Next Topic:performance issue with around Advice
Goto Forum:
  


Current Time: Fri May 09 20:20:47 EDT 2025

Powered by FUDForum. Page generated in 0.02660 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top