Re: [aspectj-users] Hook Thread Creations

2016-07-23 Thread ants
Thanks a lot Alex. That's exactly the same way I'm too looking into. I'm just playing around to sort of get parent/child relationship between the threads. Using this, I could able to hook into before and after pointcuts, to assign Thread names to keep the Parent/Child relationship going on. Yes,

Re: [aspectj-users] Hook Thread Creations

2016-07-23 Thread Alexander Kriegisch
I did not answer right away because I was busy, sorry. I think that the answer is a little bit more complex because maybe you do not know exactly how your 3rd party application or library handles concurrency. Maybe it directly creates threads, maybe it uses thread pools. Then possibly you rather