F
frank.meulblok
Guest
Do you see the same difference if you explicitly tracking and delete the object instances you NEW() ? Would be something to test, as there's also garbage collection and how many objects stick in memory that can play a factor. NEW()ing a new instance probably gets slower if you have larger numbers of objects in memory already. (It used to in the past, haven't benchmarked recently). If the garbage collector behaves differently, you may end up with objects living longer, influencing that. Or maybe the GC has some other issue why it's running slower in the PAS agent.
Continue reading...
Continue reading...