> >From what I gather (and briefly 'tested'), saving state in variables in > 'around advice' sounds like a suitable option since those variables (e.g., > starttimer, in your code) seem to behave like thread safe, local variables. > The pertarget, perthis... options sound good but still they are tied to > object data which may be shared and overwritten by threads. Please correct > me If I am wrong.
Yep, you would have to manage threading issues with state yourself if using those per clauses. Andy _______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
