_dl_runtime_resolve -- When do the shared objects get loaded in to memory?
- by windfinder
We have a message processing system with high performance demands. Recently we have noticed that the first message takes many times longer then subsequent messages. A bunch of transformation and message augmentation happens as this goes through our system, much of it done by way of external lib.
I just profiled this issue (using callgrind),…