performance issue with around Advice [message #68882] |
Mon, 11 December 2006 05:29 |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.02660 seconds