Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] aspect concurrency

On the net you quite often come across logging aspects
that indent by counting enters and exits.
This counter is held as a member of the aspect.

I am wondering whether this also works in a multi-threaded
environment. Does the aspect exist per thread? ...or
how is concurrency being handled?

cheers
--
Torsten

Attachment: PGP.sig
Description: This is a digitally signed message part


Back to the top