I'm facing a tricky problem and I hope you guys will be able to help!
An application I'm working on is getting slow at some point of its lifetime and I suspect it's related to incoming events.
In order to clarify this behavior and know if it's the actual source of my nightmares, I would like to trace the event stack size.
So do you guys know a way to know how many events are queued, waiting to be processed by the event handler of my application?
Is it possible to change this value ? Does my question make any sense?
Thanks in advance!