Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » performance issue with around Advice
performance issue with around Advice [message #595556] Mon, 11 December 2006 10:29
mithun ruikar is currently offline mithun ruikarFriend
Messages: 43
Registered: July 2009
Member
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:performance issue with around Advice
Next Topic:Exporting "Deployable plugin with AspectJ support" yields plugin with aspects missing
Goto Forum:
  


Current Time: Wed Apr 24 20:54:51 GMT 2024

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

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

Back to the top